A server extension for synching managers in a running Jupyter Server.
Project description
Jupyter Server Synchronizer
A server extension that synchronizes all managers in a running Jupyter Server.
This is particularly useful for Jupyter Servers running remote kernels and contents.
Basic usage
Install and enable the extension:
pip install jupyter_server_synchronizer
jupyter server extension enable jupyter_server_synchronizer
When you start a Jupyter Server, it synchronize all managers before the Web application is started.
jupyter server
To synchronize periodically, enable the auto-synchronizing feature using the autosync
config option. For example,
jupyter server --SynchronizerExtension.autosync=True
Otherwise, you can trigger the synchronization making a POST
request to the /api/sync
endpoint.
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
File details
Details for the file jupyter_server_synchronizer-0.0.2.tar.gz
.
File metadata
- Download URL: jupyter_server_synchronizer-0.0.2.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d03573d5a2169e7e883092520d96ea23ec503a3da3a8cfd5f970cdeb94746f4 |
|
MD5 | bfc36608f229828bf968b09de054f5a3 |
|
BLAKE2b-256 | 7578f2e0936bcb794807443e66ebf13cd1f7940f8453880209cf8bf98237b2aa |
Provenance
File details
Details for the file jupyter_server_synchronizer-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: jupyter_server_synchronizer-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec0e4b080a5a158a16cef646e1ccee9a40fe054f77aafb11903066a821bde59b |
|
MD5 | 1e67a792afda3864d8b7ee20604c7d60 |
|
BLAKE2b-256 | 745cc457d523e6c89d9e1cdacc49a4cbc520909ae0adde509528bde66183c342 |