跳转到主要内容

Jupyter Server扩展,提供文件ID服务的实现。

项目描述

jupyter_server_fileid

Github Actions Status

一个提供文件ID服务实现的Jupyter Server扩展。

需求

  • Jupyter Server

安装

要安装此扩展,请执行

pip install jupyter_server_fileid

卸载

要移除扩展,请执行

pip uninstall jupyter_server_fileid

故障排除

如果您看到前端扩展,但它不起作用,请检查服务器扩展是否启用

jupyter server extension list

贡献

开发安装

# 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 .

您可以在不同的终端中同时监视源目录并运行基于Jupyter Server的应用程序,以监视扩展源的变化并自动重建扩展。例如,当运行JupyterLab时

jupyter lab --autoreload

如果您的扩展不依赖于特定的前端,您可以直接运行服务器

jupyter server --autoreload

运行测试

安装依赖项

pip install -e ".[test]"

要运行Python测试,请使用

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"

开发卸载

pip uninstall jupyter_server_fileid

打包扩展

RELEASE

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分布

jupyter_server_fileid-0.9.3.tar.gz (55.0 kB 查看哈希值)

上传时间

构建分布

jupyter_server_fileid-0.9.3-py3-none-any.whl (16.9 kB 查看哈希值)

上传时间 Python 3

由以下机构支持

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误日志 StatusPage StatusPage 状态页面