tracardi
tracardi copied to clipboard
Plugin: Run jupyter notebook
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
.
@bartdob Any progress on this?
working on it