tracardi icon indicating copy to clipboard operation
tracardi copied to clipboard

Plugin: Run jupyter notebook

Open atompie opened this issue 4 years ago • 3 comments

Intro

This plugin will connect to jupyter notebook server and run defined notebook. It will need a token to access jupyter notebook and a notebook name - I guess

Config example

{
  "source": {
     "id": "<resource-id>"
   },
   "notebook": "<notebook-name>"

There maybe more information needed.

Resource should use a api-token template it look like this:

{
  "token": "<token>"
}

Documentation

You will need to get familiar with jupyter API.

  • https://jupyterhub.readthedocs.io/en/stable/reference/rest.html

Running jupyter in docker

  • https://hub.docker.com/r/jupyter/minimal-notebook
docker run -p 8888:8888 jupyter/minimal-notebook

atompie avatar Oct 22 '21 07:10 atompie

.

bartdob avatar Oct 25 '21 20:10 bartdob

@bartdob Any progress on this?

atompie avatar Nov 07 '21 10:11 atompie

working on it

bartdob avatar Nov 07 '21 11:11 bartdob