No merged PRs
Removing salt hashing in server extension
- Switching to socketio protocol to establish websocket connections with the backend.
- Encoding the backend URL as a setting and adding a checkbox to switch to local backend routing.
No merged PRs
Identical to 4.0.9 but solving npm release workflow problem
No merged PRs
- Adding server extension component
- Generating or retrieving persistent user identifier
- Small bug fixes
Removing redundant encryption
Changes since last release:
- Major refactor using PanelManager.
- Disabling sending of data when user is also using the dashboard extension and is authorized to view that notebook's dashboard.
No merged PRs
Changing package name
No merged PRs
Major changes :
- Websocket connection with the backend to prepare for the chat interface
- PanelManager to manage the websocket, the current panel and the panel tag check
- Adding user consent and extension defaults to opt-in
- Common setting to disable all data collection
- Adding CompatibilityManager to handle the API breaking changes and the backward compatibility of the extension
Fixing no OFF cell click event sent when a notebook panel is closed.
First release through the releaser. The package should work for JupyterLab >= 3.1 and < 5. The extension was seeded with a template for JupyterLab 4.x.
New features :
- Including markdown executions to the dashboard using JupyterLab API
- Clicking on the TOC dashboard tile opens the corresponding cell dashboard
- Time filter is shared between both dashboard
- Refresh is shared between both dashboard
- Re-rendering is made smoother by not reloading the charts completely
Release of a package that should work for JupyterLab >= 3.1 and < 5. The extension was seeded with a template for JupyterLab 4.x.
No merged PRs