|
há 2 anos atrás | |
---|---|---|
.. | ||
templates | há 4 anos atrás | |
README.md | há 6 anos atrás | |
index.js | há 3 anos atrás | |
main.py | há 2 anos atrás | |
package.json | há 2 anos atrás |
This example demonstrates using Jupyter JS Services from node. The python script main.py
is used to start a Jupyter Notebook Server
and run the node script.
The base url of the notebook server is passed as a command line argument to the node script. The script starts a python notebook session and interacts with it.
The example can be installed as npm install
and run as python main.py
.
Notes:
require
s its dependencies from the root directory of the
repo, but typically the requirements would be directly in package.json