Skip to main content

No project description provided

Project description

jupyter_server_fileid

Github Actions Status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter_server_fileid-0.6.0.tar.gz (50.0 kB view details)

Uploaded Source

Built Distribution

jupyter_server_fileid-0.6.0-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file jupyter_server_fileid-0.6.0.tar.gz.

File metadata

  • Download URL: jupyter_server_fileid-0.6.0.tar.gz
  • Upload date:
  • Size: 50.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for jupyter_server_fileid-0.6.0.tar.gz
Algorithm Hash digest
SHA256 a12209bdef4f2f9d57051b7556a089299fb9f26b501f643946854220c955be14
MD5 a0eef0f689792dd7d61104dd5d317add
BLAKE2b-256 8912608d9101504d5e49bef34a4921f5e1e6f087cd8ca200c7399ee25b14565e

See more details on using hashes here.

Provenance

File details

Details for the file jupyter_server_fileid-0.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyter_server_fileid-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ac36436611b281cebbb5b9936a6f4850271bb411e13a287780a022dd0d2c3bf7
MD5 8482dd5184ba29a847988cedcfb60048
BLAKE2b-256 e402260d61b7a8c22993ccab5a64e49ee12d84a7a7736c713dc75947fba1ab1d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page