On Mon, Feb 12, 2018 at 5:08 PM, Mark Murphy <[email protected]> wrote:
> So normally when I try to create a new notebook I will go to the directory > that I want the notebook and select "New" on the right side of the screen > and "Python 3" for a new notebook. > > However after several updates I have noticed that when I do this the new > notebook is created in the Jupyter start directory rather than the > directory I am currently showing in the home page. No matter what folding I > am in, it will always just create the new untitled document in the base > directory. This is not just for Python but R NBs as well. > > There is a second way to make a new notebook. And this is from an already > opened notebook. "File" -> "New Notebook" if I do this, then the new > notebook is created in the same folder as the current notebook. > > > Any ideas why the "New" option on the Home screen wont use the current > directory? Any ideas how to reset this? > You're most likely experiencing this: - https://github.com/jupyter/notebook/issues/3248 - https://github.com/jupyter/notebook/issues/3263 with notebook 5.3.1, sorry. If so, an upgrade to 5.4.0 will solve the issue: https://github.com/jupyter/notebook/pull/3264. Cheers, f -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHAreOrEPvMTqHtROLdHZWoOLHf7M6ix2VRF4gsuQtsnjxssMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
