I expected to find more documentation on the following:
From one computer:
C:\Python>ipython notebook
opens the browser as 'IPython Notebook'.From second computer:
C:\Python>ipython notebook
opens the browser as 'Jupyter'.
I dont have a preference, but when saving from the 'Jupyter' browser, I can no longer open a .ipnb file in the 'IPython Notebook' browser. I encounter a "bad request" error.
Initially I assumed that 'ipython notebook' had been updated to use 'Jupyter' as its browser so I updated (pip install "ipython[notebook]"
) on both computers with no effect. Clearly I am missing something.
Did ipython notebook
switch to using Jupyter? If so, am I incorrectly updating IPython?