- Install jupyterlab on server:
- ssh MYSERVER
- sudo yum install jupyterlab
- Open terminal, create SSH port channelling:
- ssh -L 8888:localhost:8888 MYSERVER
- Leave this terminal open
- Open another terminal, start Jupyter
- ssh MYSERVER
- jupyter notebook [THIS WON'T WORK]
- jupyter notebook like in this guide:
https://research.google.com/colaboratory/local-runtimes.html - Get the localhost URL shown
- Switch to Colab to connect
- Click the run-time box at top-right
- Click 'Connect to local run-time'
- Use the URL gotten above.
- Edit the IPython notebook as usual
- To edit other files:
- Open new browser tab
- Paste the localhost link above
- Navigate and click a file to edit.
Tuesday, 18 February 2020
Use Colab with Private Server Instead of Free Run-time Environment
Google Colab by default provides free run-time environment, in order to connect to personal or private servers, do these:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment