Metadata-Version: 2.1
Name: sshlab
Version: 0.1.2
Summary: A tool for launching Jupyter Notebooks on remote servers using SSH
Home-page: https://github.com/vuillaut/sshlab
Author: Thomas Vuillaume
Author-email: thomas.vuillaume@lapp.in2p3.fr
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# sshlab

Jupyter notebook / lab 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

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

