No project description provided
Project description
jupyter_server_fileid
A Jupyter Server extension providing an implementation of the File ID service.
Requirements
- Jupyter Server
Install
To install the extension, execute:
pip install jupyter_server_fileid
Uninstall
To remove the extension, execute:
pip uninstall jupyter_server_fileid
Troubleshoot
If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:
jupyter server extension list
Contributing
Development install
# Clone the repo to your local environment
# Change directory to the jupyter_server_fileid directory
# Install package in development mode - will automatically enable
# The server extension.
pip install -e .
You can watch the source directory and run your Jupyter Server-based application at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension. For example, when running JupyterLab:
jupyter lab --autoreload
If your extension does not depend a particular frontend, you can run the server directly:
jupyter server --autoreload
Running Tests
Install dependencies:
pip install -e ".[test]"
To run the python tests, use:
pytest
# To test a specific file
pytest jupyter_server_fileid/tests/test_handlers.py
# To run a specific test
pytest jupyter_server_fileid/tests/test_handlers.py -k "test_get"
Development uninstall
pip uninstall jupyter_server_fileid
Packaging the extension
See RELEASE
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 jupyter_server_fileid-0.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 171538b7c7d08d11dbc57d4e6da196e0c258e4c2cd29249ef1e032bb423677f8 |
|
MD5 | b4f841e31f32050cc3b6b2ec75735526 |
|
BLAKE2b-256 | a2c9ab2b6bd9a5508cb2d4e126ae8e84c110f5fbeb2f08b8f78952c2183ef57e |
Hashes for jupyter_server_fileid-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b489c6fe6783c41174a728c7b81099608518387e53c3d53451a67f46a0cb7b0 |
|
MD5 | fec9058570353c9d5fb74b496448103c |
|
BLAKE2b-256 | 1010012dccd44ae1da329367ea745380eb0d3ba63a103acc5ad9f3abf16811d3 |