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

The green button always saves the notebook "ipython_galaxy_notebook.ipynb" into my history #47

Open
mzhuangsdsc opened this issue Nov 18, 2020 · 6 comments

Comments

@mzhuangsdsc
Copy link

After clicking the "New Notebook" option and select "Python 3", I get a new notebook. I rename it to "another_book". And then I click the green button that is supposed to save the current notebook (e.g. "another_book") into my history. But instead of doing that, it actually saves the other notebook called "ipython_galaxy_notebook.ipynb" into my history.
Is this caused by a bug in the container?
Thank you very much!

@bgruening
Copy link
Owner

Oh, indeed what the button is doing is saving the ipython_galaxy_notebook.ipynb ... we need to enhance the button I think.

@mzhuangsdsc
Copy link
Author

Thanks a lot for the information!
Another question: the version of Python 3 in this container is 3.5.2, right? How to upgrade it to 3.8?
Thanks a lot!

@bgruening
Copy link
Owner

We would need to rebuild the image with a more recent version, e.g. changing this line: https://github.com/bgruening/docker-jupyter-notebook/blob/master/Dockerfile#L3

@mzhuangsdsc
Copy link
Author

Thanks a lot for the information!
What should that line be changed to?

Thanks.

@bgruening
Copy link
Owner

@mzhuangsdsc can you try to :ie2 image. This has a newer python version.

@mzhuangsdsc
Copy link
Author

Hi Mr. Grüning.
Thanks a lot for the information!
I tried to use ie2, but the container always exits after I start it. I am using exactly the same command that I use for version 17.09 and version 17.09 is working fine.
So are there any special parameters that I need to specify when using ie2?

Please see below container information:

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ccba2432f3ab quay.io/bgruening/docker-jupyter-notebook:17.09 "tini -- /bin/sh -c …" 5 minutes ago Up 5 minutes 0.0.0.0:7070->8888/tcp gie_a2fcca49ddf8448ab93d1b3583abf564
09d99bc2fff6 quay.io/bgruening/docker-jupyter-notebook:ie2 "tini -g -- /bin/sh …" 14 minutes ago Exited (1) 14 minutes ago aie_a2fcca49ddf8448ab93d1b3583abf564

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

2 participants