A ContentManager for IPython/Jupyter that queries a restful API for entries.
Project description
# RestfulContentManager
A content manager for Jupyter that retrieves data from an external api
# Configuration
The most basic configuration takes a single parameter that provides the url for the api:
```python
from restfulContentManager import RestfulContentManager
c = get_config()
# ... other config ...
c.NotebookApp.contents_manager_class = RestfulContentManager
c.RestfulContentManager.api_endpoint = 'http:/myawesome.api/v1/"
```
A content manager for Jupyter that retrieves data from an external api
# Configuration
The most basic configuration takes a single parameter that provides the url for the api:
```python
from restfulContentManager import RestfulContentManager
c = get_config()
# ... other config ...
c.NotebookApp.contents_manager_class = RestfulContentManager
c.RestfulContentManager.api_endpoint = 'http:/myawesome.api/v1/"
```
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
File details
Details for the file restfulContentManager-0.1.6.tar.gz
.
File metadata
- Download URL: restfulContentManager-0.1.6.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 284f57c1b91ae7703a753806a8243a09dc075a7c29b2c817f549370d746235d0 |
|
MD5 | a4e3ed81f890a40f596e5e0145f3fab4 |
|
BLAKE2b-256 | 2433e11e72afc0c70390e359ec6bfb509e620f52edd2f608a778306a3c7a4dfa |
File details
Details for the file restfulContentManager-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: restfulContentManager-0.1.6-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62ea57c36408a13da0179de4dfde11f0e584c7c07a63e387505aac411666a6bf |
|
MD5 | a74e57127295dfad56fc18c6125c2b61 |
|
BLAKE2b-256 | 95b074ed8a6697bab4a9886a00cd676fababcdc8062842149e50298edd8a4624 |