https://github.com/ruhyadi/jupyterlab-fiftyone
Jupyter Lab for Remote Server on Docker
https://github.com/ruhyadi/jupyterlab-fiftyone
Last synced: 8 months ago
JSON representation
Jupyter Lab for Remote Server on Docker
- Host: GitHub
- URL: https://github.com/ruhyadi/jupyterlab-fiftyone
- Owner: ruhyadi
- License: apache-2.0
- Created: 2022-04-13T09:10:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T03:23:32.000Z (over 3 years ago)
- Last Synced: 2025-01-02T02:24:09.342Z (9 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 jupyterlab-plotly@4.14.3
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.14.3
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 azureuser@13.76.103.59
```