Jupyter Server extension providing an implementation of the File ID service.
Project Links
Meta
Author: David L. Qiu
Requires Python: >=3.7
Classifiers
Framework
- Jupyter
License
- OSI Approved :: BSD License
Programming Language
- Python
- Python :: 3
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
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
0.9.3
Sep 06, 2024
0.9.2
Apr 18, 2024
0.9.1
Dec 19, 2023
0.9.0
Apr 09, 2023
0.8.0
Feb 23, 2023
0.7.0
Feb 16, 2023
0.6.0
Oct 28, 2022
0.5.0
Oct 25, 2022
0.4.2
Oct 21, 2022
0.4.1
Oct 20, 2022
0.4.0
Oct 20, 2022
0.3.2
Oct 19, 2022
0.3.1
Oct 18, 2022
0.3.0
Oct 10, 2022
0.2.0
Sep 15, 2022