Replace "ipython notebook" (deprecated) with "jupyter notebook"#256
Merged
valentina-s merged 1 commit intoswcarpentry:gh-pagesfrom May 10, 2016
qjcg:jupyter-notebook
Merged
Replace "ipython notebook" (deprecated) with "jupyter notebook"#256valentina-s merged 1 commit intoswcarpentry:gh-pagesfrom qjcg:jupyter-notebook
valentina-s merged 1 commit intoswcarpentry:gh-pagesfrom
qjcg:jupyter-notebook
Conversation
The version of ipython installed with Anaconda (ipython 4.1.2 at time of writing) prints a deprecation message (see below) when `ipython notebook` is run. Updating our materials to use "jupyter notebook" instead, the command to use going forward. ``` $ ipython notebook [TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions. [TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook`... continue in 5 sec. Press Ctrl-C to quit now. ```
Contributor
Author
|
This PR is a superset of #250, replacing all occurances of "ipython notebook" in both |
Merged
Contributor
|
Thanks for your contribution! |
Contributor
|
Also for future reference, we ask you to change only the .md files as we generate the .html files ourselves to ensure changes are consistent across formats. |
maxim-belkin
pushed a commit
that referenced
this pull request
May 18, 2018
lesson_check: get_val is a static method
zkamvar
pushed a commit
that referenced
this pull request
Apr 21, 2023
Replace "ipython notebook" (deprecated) with "jupyter notebook"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The version of
ipythoninstalled with Anaconda (ipython 4.1.2 at time of writing) prints a deprecation message (see below) whenipython notebookis run. Updating our materials to usejupyter notebookinstead, the command to use going forward.