Apply changes from master for 1.3 release#309
Merged
FlorentinD merged 52 commits into1.xfrom Mar 13, 2026
Merged
Conversation
Collaborator
FlorentinD
commented
Mar 13, 2026
- Bump nbsphinx from 0.9.7 to 0.9.8 in /python-wrapper
- Bump ruff from 0.14.13 to 0.14.14 in /python-wrapper
- Bump nbconvert from 7.16.6 to 7.17.0 in /python-wrapper
- Bump nbconvert from 7.16.6 to 7.17.0 in /python-wrapper
- Update project version
- Default to light theme if bg is transparent
- Use lts version in gha
- Check for vscode theme class
- Update nvl entrypoint
- Bump ruff from 0.14.14 to 0.15.2 in /python-wrapper
- Bump ipykernel from 7.1.0 to 7.2.0 in /python-wrapper
- Bump pytest from 8.4.2 to 9.0.2 in /python-wrapper
- Bump streamlit from 1.53.0 to 1.54.0 in /python-wrapper
- Allow adding and removing data from the widget
- Handle none case
- Add more buttons for interactive changes
- Fix tests
- Format code
- Use Node and Rel type in GraphWidget
- Fix style + update js dependencies
- Setup marimo example
- Format code
- Try out rendering to file from marimo
- Add explicit topRightIsland
- Update js deps
- Update marimo
- Update notebook
- improve ndl graph-vis in shadow dom
- Update yarn lock
- Derive VG theme from marimo metadata
- Update yarn lock
- Comment theme issue for Marimo
- Remove Marimo as a required dependency
- Update gds example
- Fix marimo theme detection
- Change default selection back to single
- Remove committed pycache file
Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.9.7 to 0.9.8. - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](spatialaudio/nbsphinx@0.9.7...0.9.8) --- updated-dependencies: - dependency-name: nbsphinx dependency-version: 0.9.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.13 to 0.14.14. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.13...0.14.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.6 to 7.17.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.16.6...v7.17.0) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.6 to 7.17.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.16.6...v7.17.0) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…nvert-7.17.0 Bump nbconvert from 7.16.6 to 7.17.0 in /python-wrapper
…hinx-0.9.8 Bump nbsphinx from 0.9.7 to 0.9.8 in /python-wrapper
…-0.14.14 Bump ruff from 0.14.13 to 0.14.14 in /python-wrapper
…vert-7.17.0 Bump nbconvert from 7.16.6 to 7.17.0 in /python-wrapper
…mode-without-code-changes Fix issue with defaulting to dark mode
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.14 to 0.15.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.14...0.15.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ipykernel](https://github.com/ipython/ipykernel) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](ipython/ipykernel@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.53.0 to 1.54.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](streamlit/streamlit@1.53.0...1.54.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.54.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
update widget data util
* selection button * layout button (widget only) * add support for circular
…amlit-1.54.0 Bump streamlit from 1.53.0 to 1.54.0 in /python-wrapper
…st-9.0.2 Bump pytest from 8.4.2 to 9.0.2 in /python-wrapper
…ernel-7.2.0 Bump ipykernel from 7.1.0 to 7.2.0 in /python-wrapper
…-0.15.2 Bump ruff from 0.14.14 to 0.15.2 in /python-wrapper
Add more buttons + circular layout support
dont need to modify the input of the graph-widget. easier to add
Use Node and Rel type in GraphWidget
This works as expected. Its really related to the Marimo rendering :/
the default doesnt show the icons correctly. now the icons are shown but other parts of the styling are still off
…ing-in-marimo gds 157 neo4j viz buttons not showing in marimo
its only an optional dependency for examples
* use circular layout * reduce kept outputs (long term transition to widget)
Update examples
change default selection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.