Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruhyadi/jupyterlab-fiftyone
- Owner: ruhyadi
- License: apache-2.0
- Created: 2022-04-13T09:10:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T03:23:32.000Z (over 2 years ago)
- Last Synced: 2024-11-08T20:51:05.968Z (about 2 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 [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]
```