This is a short guide to describe how to use jupyter nootebook on Izar through ssh port forwarding.
Installing IPython and Jupyter
The key to successfully installing the tools is using python virtual environments.
...
Code Block |
---|
ssh -L 6006:localhost:6006 -o ProxyCommand="ssh -W %h:%p izar.epfl.ch" -l user i39 ## with config ssh -L 6006:localhost:6006 i39.izar |
Related articles
Content by Label | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...