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.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e58b9284d8ccbf35e021c1dc88f282b9da0d6a39955205cf84fc538446814618 |
|
MD5 | 97c9d038631bda41765abb1ea624991a |
|
BLAKE2b-256 | 6310dd3a02a89e7d7c2c85be3d72d7db050bb2298d559130acef4a60a138a609 |
Hashes for jupyter_server_fileid-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e132a5fb1991adc4e0af3f4cfb6089716efe79838263ce1cbde639c8e9f374a |
|
MD5 | 4f67dfeb9fd8f58d71af36c9b1dafac0 |
|
BLAKE2b-256 | 0db1d648c1f33e4cd233a16d82c858e1482903763912622cb3251a659559809e |