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

Cannot find saved notebooks #8

Open
bi0qaw opened this issue Aug 24, 2018 · 3 comments
Open

Cannot find saved notebooks #8

bi0qaw opened this issue Aug 24, 2018 · 3 comments

Comments

@bi0qaw
Copy link

bi0qaw commented Aug 24, 2018

Running the notebook works just fine but I can't find the files after saving them. They are probably not saved to disk at all, even though there is not message in the console. Running the notebook with the -w <working directory> flag does not help either. I get a "Serving notebooks from local directory: ..." message on startup but new files are not saved to that directory. Also tried to start the notebook with the flags described in this stackoverflow post but it did not work either. When I create a new file it shows a "Creating new notebook in " message in the terminal but no path is specified.

I am on OS X and running Docker version 18.06.0-ce.

@joeltg
Copy link
Owner

joeltg commented Aug 27, 2018

Hmm, this probably has something to do with the Docker image - installing & running the kernel natively lets me save and open notebooks fine. Thanks for opening; I'll investigate.

@rtran9
Copy link
Contributor

rtran9 commented May 6, 2019

@bi0qaw Are you looking inside the file system of the docker container?

You can look inside using

docker exec -it <container-name> /bin/bash

@leocasarsa
Copy link

I ran into a similar problem, but implementing the solution as per the linked stackoverflow post solved it for me. If @bi0qaw is still running into this problem, it could help to know which docker command they tried to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants