Initial commit
This commit is contained in:
commit
93900c3875
7 changed files with 1699 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
JupyterHub Batch Spawner for GLiCID
|
||||
===================================
|
||||
|
||||
Setup
|
||||
-----
|
||||
This package is managed by [Poetry](https://python-poetry.org/):
|
||||
```bash
|
||||
git clone https://gitlab.univ-nantes.fr/glicid/jupyter/spawner glicid-spawner
|
||||
cd glicid-spawner
|
||||
poetry install
|
||||
poetry run pre-commit install
|
||||
```
|
||||
To activate the virtual environement:
|
||||
```bash
|
||||
source .venv/bin/activate
|
||||
```
|
||||
|
||||
|
||||
External ressources
|
||||
-------------------
|
||||
- https://gitlab.com/ifb-elixirfr/cluster/utils/slurmspawner/
|
||||
- https://gitlab.com/idris-cnrs/jupyter/jupyter-jeanzay-spawner/
|
||||
- https://github.com/jupyterhub/batchspawner
|
Loading…
Add table
Add a link
Reference in a new issue