Skip to content

Jupyter notebook & lab extension#275

Merged
zakandrewking merged 61 commits intomasterfrom
jupyter-and-lab-extension
Mar 14, 2019
Merged

Jupyter notebook & lab extension#275
zakandrewking merged 61 commits intomasterfrom
jupyter-and-lab-extension

Conversation

@zakandrewking
Copy link
Copy Markdown
Owner

@zakandrewking zakandrewking commented Jun 27, 2018

Will address #270

  • New Jupyter notebook and Jupyter Lab widget implementation. Allows for 2-way communication between Python & JS
  • fixes Accessing the scope within callbacks #187 by passing a builder argument to first_load_callback

- drop homepage code
- drop quick server
- deprecate local_host, js_source, and static site options
- drop map / model cache
@zakandrewking zakandrewking force-pushed the jupyter-and-lab-extension branch from 1833b07 to 88cbd54 Compare December 5, 2018 21:28
@zakandrewking zakandrewking force-pushed the jupyter-and-lab-extension branch from 6b94410 to 8c91f65 Compare December 6, 2018 22:08
@zakandrewking zakandrewking force-pushed the jupyter-and-lab-extension branch 2 times, most recently from 879819a to b552aed Compare January 9, 2019 00:00
@zakandrewking zakandrewking force-pushed the jupyter-and-lab-extension branch from b552aed to 5a99628 Compare January 9, 2019 00:07
- in Python Builder, map_json and map_name can be set either when creating the
  instance or by modifying the attributes later
- The first_load_callback now takes a single builder argument to deal with the
  challenges in #187
@zakandrewking zakandrewking force-pushed the jupyter-and-lab-extension branch from 37a4807 to 500f582 Compare March 11, 2019 22:04
@zakandrewking zakandrewking force-pushed the jupyter-and-lab-extension branch from f175133 to b7689c1 Compare March 13, 2019 00:37
@zakandrewking zakandrewking merged commit b66a432 into master Mar 14, 2019
@zakandrewking zakandrewking deleted the jupyter-and-lab-extension branch March 14, 2019 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accessing the scope within callbacks

1 participant