Commit 7e0b4288 authored by Willi Rath's avatar Willi Rath
Browse files

Finish first draft for tunneling section

parent 62842920
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -112,7 +112,10 @@ directly access its address._

### Start Jupyterlab on a remote machine

After installing Jupyter and your Python environments on a remote machine, follow the instructions under [Start Jupyterlab above][#start-jupyterlab]
After installing Jupyter and your Python environments on a remote machine,
follow the instructions on how to [Start Jupyterlab][#start-jupyterlab] above.
But before pasting the URL provided by Jupyter into your browser, make sure to
follow the next steps.


### The essential steps
@@ -145,6 +148,11 @@ And run it to connect to `host.example.com`:
```


### Connect your browser to the remote Jupyterlab

Now, you can paste the URL provided by Jupyterlab into the tunneled browser.


## Appendix: Jargon

- `conda` is the package manager of the [Anaconda Python