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

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

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
```