Skip to content

Instantly share code, notes, and snippets.

View enriquebrgn's full-sized avatar
🥑
Avocoder

Enrique Barragán enriquebrgn

🥑
Avocoder
View GitHub Profile

jupyter widgets BoF

  • Want static version of a widget with graphs that update? Use jupyter-sphinx, though this will generate big notebooks because the data is embedded in the notebook.
  • Options for 3D rendering in javascript:
  • Can we nbconvert including widgets? Only if nbconvert can run the notebook...and it gets complicated. Tried having notebook lways save widget state, but notebooks got huge and had lots of churn.
  • How can the js side tell python something important has been updated? Can save state of widget after manipulation, but if user re-runs cell then that state will be lost but needs some manual cut and paste. Very receptive to pull requests that would generate python representation of the state and insert it in a notebook.
  • Any replacement for Jupyter Dashboard Server? Follow the issue in Jupyterlab. Goal is to ta