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

Optional image with jupyter #1

Open
scimax opened this issue Mar 26, 2018 · 1 comment
Open

Optional image with jupyter #1

scimax opened this issue Mar 26, 2018 · 1 comment

Comments

@scimax
Copy link
Owner

scimax commented Mar 26, 2018

To also have jupyter in the image I run

apt-get install python3-pip
pip install jupyter

Starting the notebook from /home/hostSRC

jupyter notebook --port=8890 --no-browser

For portforwarding a new image has to be created from the the current container as portforwarding can not be added anymore to an existing container. ( https://stackoverflow.com/questions/19335444/how-do-i-assign-a-port-mapping-to-an-existing-docker-container )

@scimax
Copy link
Owner Author

scimax commented Mar 26, 2018

Currently not working

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

1 participant