https://github.com/vuillaut/sshlab
Jupyter notebook / lab through ssh with a single command and config file
https://github.com/vuillaut/sshlab
docker jupyter python singularity ssh tensorboard
Last synced: 3 months ago
JSON representation
Jupyter notebook / lab through ssh with a single command and config file
- Host: GitHub
- URL: https://github.com/vuillaut/sshlab
- Owner: vuillaut
- License: mit
- Created: 2023-03-29T18:05:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T13:40:58.000Z (about 3 years ago)
- Last Synced: 2025-02-28T07:48:53.121Z (over 1 year ago)
- Topics: docker, jupyter, python, singularity, ssh, tensorboard
- Language: Python
- Homepage: https://vuillaut.github.io/sshlab/
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshlab
Jupyter notebook / lab and tensorboard through ssh with a single command and config file
This script is inspired by https://github.com/nicolaschotard/stackyter but reimplemented to allow starting Jupyter in a container (singularity or docker) in the remote server
# Documentation
Visit https://vuillaut.github.io/sshlab/
# Usage
Copy the example settings file `.sshlab_config.yml` to your HOME and edit it to your needs.
## Install
```
pip install sshlab
```
or from source code:
```
pip install .
```
## Run
```
sshlab -c singularity_config
```