Skip to main content

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


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_synchronizer-0.0.2.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

jupyter_server_synchronizer-0.0.2-py3-none-any.whl (12.8 kB view hashes)

Uploaded Python 3

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