Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruhyadi/jupyterlab-fiftyone

Jupyter Lab for Remote Server on Docker
https://github.com/ruhyadi/jupyterlab-fiftyone

Last synced: about 10 hours ago
JSON representation

Jupyter Lab for Remote Server on Docker

Awesome Lists containing this project

README

        

# jupyterlab-remote
Jupyter Lab for Remote Server on Docker

## Install Jupyterlab
```bash
pip install jupyterlab "ipywidgets>=7.5"
```

Install depedencies for plotting
```bash
jupyter labextension install [email protected]
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected]
jupyter lab build
```
## Access Jupyter Lab
```bash
jupyter lab --no-browser --allow-root --port=5252
```

## SSH Tunneling
```bash
ssh -N -L XXXX:localhost:XXXX [@]
ssh -N -L 5151:localhost:5151 [email protected]
```