Add support for interactive visualizations in jupyter-lab
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Dear Hatchet developers,
We discovered in Issue https://github.com/hatchet/hatchet/issues/360 that the roundtrip-based interactive visualizations work in classic/legacy Jupyter notebook but do not currently work in Jupyer-lab. I observed this same behavior on my laptop and also at NERSC.
In classic Jupyter, this cell produces the expected output:
gf = ht.GraphFrame.from_literal(lit_graph)
%loadVisualization roundtrip_path lit_graph
``
But in Jupyter-lab, the same cell executes but nothing is displayed.
I would appreciate it if you could add support for interactive Hatchet visualizations Jupyter-lab (the default at NERSC).
If you need additional information please let me know.
Thank you very much,
Laurie
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the %loadVisualization roundtrip_path lit_graph cell in classic Jupyter and JupyterLab, using Issue 360 as context. Trace the existing interactive visualization integration and identify what JupyterLab support requires; done means the same cell displays the visualization in JupyterLab as it does in classic Jupyter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100