Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

run_jupyter.sh 280 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. WORKSPACE=${WORKSPACE:-"/workspace"}
  2. JUPYTER_PASSWORD=${JUPYTER_PASSWORD:-"pytorch"}
  3. echo "Launching Jupyter Lab..."
  4. cd /
  5. jupyter lab --allow-root --no-browser --port=8888 --ip=* --ServerApp.token=$JUPYTER_PASSWORD --ServerApp.allow_origin=* --ServerApp.preferred_dir=$WORKSPACE
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...