A Jupyter extensions to make notebooks web api for Excel to call
Project description
jupyterexcel Package
This is a package to make Jupyter .ipynb file a web api with json result. SourceCode in JupyterExcel
This web api can be connected with Excel addin which call this web api. Excel formula will generate a web api url and thorugh winhttp to get json result.
server setting
Please config jupyter server like the following:
c.NotebookApp.nbserver_extensions = {'jupyterexcel': True} c.NotebookApp.token = 'ABCD' #it is good to use token mode for web api call to pass through
Example
The following screenshot shows the sample notebook file with a function sum http://localhost:8888/Excel/TestingJupyter.ipynb?token=ABCD&functionname=sum&1=11&2=8&3=6 NotebookExample
The following screenshot shows how excel works Jupyter Excel
Reference
Load lots from appmode
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for jupyterexcel-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d78f2efd25fc6d8b5eeed0d0053c7e7b76c9ab111255da2e3d0ba00742638a5f |
|
MD5 | 526e372c79351ce6c254ef290c564755 |
|
BLAKE2b-256 | c33843c54cb2db24bfb7c1338057070f2d246fa250a7b1721944219929c397a4 |