-
- Downloads
add python script for spawning remote session
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- python/setup.cfg 35 additions, 0 deletionspython/setup.cfg
- python/setup.py 3 additions, 0 deletionspython/setup.py
- python/src/rwth_jupyter/__init__.py 0 additions, 0 deletionspython/src/rwth_jupyter/__init__.py
- python/src/rwth_jupyter/chisel.py 56 additions, 0 deletionspython/src/rwth_jupyter/chisel.py
- python/src/rwth_jupyter/config.py 39 additions, 0 deletionspython/src/rwth_jupyter/config.py
- python/src/rwth_jupyter/jupyter.py 183 additions, 0 deletionspython/src/rwth_jupyter/jupyter.py
- python/src/rwth_jupyter/main.py 144 additions, 0 deletionspython/src/rwth_jupyter/main.py
- python/src/rwth_jupyter/process.py 61 additions, 0 deletionspython/src/rwth_jupyter/process.py
- python/src/rwth_jupyter/sshfs.py 84 additions, 0 deletionspython/src/rwth_jupyter/sshfs.py
.gitignore
0 → 100644
python/setup.cfg
0 → 100644
python/setup.py
0 → 100644
python/src/rwth_jupyter/__init__.py
0 → 100644
python/src/rwth_jupyter/chisel.py
0 → 100644
python/src/rwth_jupyter/config.py
0 → 100644
python/src/rwth_jupyter/jupyter.py
0 → 100644
python/src/rwth_jupyter/main.py
0 → 100644
python/src/rwth_jupyter/process.py
0 → 100644
python/src/rwth_jupyter/sshfs.py
0 → 100644
Please register or sign in to comment