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

Jupyter Notebook can't close a running notebook #317

Closed
LY1806620741 opened this issue Sep 10, 2019 · 4 comments
Closed

Jupyter Notebook can't close a running notebook #317

LY1806620741 opened this issue Sep 10, 2019 · 4 comments

Comments

@LY1806620741
Copy link

At the beginning, I run jupyter-notebook in microsoft WSL linux, Python3.7.3. Found That I can't shutdown the running notebook on the Page Running. But I can shutdown the Terminal.

Then I test it in centos by docker base-jupyter, the same problem exists. I don't know if it's the design, but I remember in previous versions should be OK.

@emdupre
Copy link
Collaborator

emdupre commented Sep 10, 2019

hi @LY1806620741 !

Just to confirm, the behavior you're expecting is that Jupyter Book will close a running notebook during the build book process ? Or are you trying to close a Jupyter Notebook in some other context ?

@LY1806620741
Copy link
Author

LY1806620741 commented Sep 14, 2019

For example, I open my notebook do something, then all done, and then I close my browser. When I Open chrome again, the notebook still mark open in Running page. It's very unfriendly for people with obsessive-compulsive disorder with concise tendencies. And I can't click the button close to shut it down. After testing, pip19 and python2.7 is okay. But pip19 and python3.6 is not. Use pip install jupyter. Both of ubuntu and centos has this problem.

To verify this problem, need docker service, run docker run --name jupyter-flexible -p 8888:8888 jieshao/jupyter:flexible and open token url, try to shutdown a running notebook on Running page. For this image, I just yum install python36 python36-pip and pip3 install pip -U pip install jupyter.

@choldgraf
Copy link
Collaborator

It sounds like you are talking about the jupyter notebook application, not jupyter book. Can you open an issue at github.com/jupyter/notebook to discuss there? This is a different tool (for creating static html sites that are a collection of jupyter notebooks) sorry for the confusion!

@LY1806620741
Copy link
Author

Sorry, I made a mistake.

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

3 participants