Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating new notebook files not respecting current directory location unless browser refresh #3263

Closed
steverweber opened this issue Jan 25, 2018 · 5 comments · Fixed by #3264

Comments

@steverweber
Copy link

steverweber commented Jan 25, 2018

# ubuntu 17.10
python3 -m pip install --upgrade notebook
jupyter-notebook --version
5.3.1

after login im in my home directory '/tree'

  • use [new] > folder "foo"
  • click on folder "foo"
  • click [new] > 'notebook' lets use python.. any notebook would work for this example

the new untitled notebook opens .. but discover it's not in the folder "foo" its in the root of my home directory.

If i repeat this process but use [new] > 'text file' the correct directory is used,

To workaround the issue

  • use [new] > folder "foobar"
  • click on folder "foobar"
  • refresh the browser F5
  • creating a new notebook file now goes into the correct directory.
@takluyver
Copy link
Member

I can reproduce this, working on a PR.

@gnestor
Copy link
Contributor

gnestor commented Jan 26, 2018

Similar: #3248

@sargense
Copy link

Ticket should be reopened. Still experiencing this issue on 5.3.0

@linlinzhao
Copy link

I am having the same issue on 5.3.0 on Manjaro

@gnestor
Copy link
Contributor

gnestor commented Aug 21, 2018

Please upgrade to notebook 5.6.0

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants