Skip to content

PoC for executing Jupyter notebook cells remotely, e.g. to run a single cell on a GPU machine

License

Notifications You must be signed in to change notification settings

murhum1/remote-notebook-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remote-notebook-cells

PoC for executing Jupyter notebook cells remotely, e.g. to run a single cell on a GPU machine

The example defines a jupyter cell magic GPUCell in GPU.py, which

  1. saves as much as possible of the notebook's state
  2. imports the state and runs the GPU cell in its own python process - this could be for example a remote python process or anything
  3. saves the remote state and imports it in the original notebook

About

PoC for executing Jupyter notebook cells remotely, e.g. to run a single cell on a GPU machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published