-
Notifications
You must be signed in to change notification settings - Fork 2
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
Develop script to launch jupyter lab #43
Comments
It appears that while there are pre and post hooks for building docker images, docker-compose does not offer such functionality for running processes on the host: docker/compose#1341. There are work arounds for having a container run a script on the host as part of the entrypoint commands, but this is more complicated then simply running The simplest option for providing the tutorial users with an less complex method for firing up the notebook is to provide a simple launch script that searches the log file for the url and opens it. |
Handy command line reference: https://ss64.com/ |
Closing with 7ad6209 |
Tasks
http://127.0.0.1:8888
option tutorial-containers#4The text was updated successfully, but these errors were encountered: