nbinteract
nbinteract copied to clipboard
Create interactive webpages from Jupyter Notebooks
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
I installed nbinteract with the following ``` pip install nbinteract jupyter nbextension enable --py --sys-prefix widgetsnbextension jupyter nbextension enable --py --sys-prefix bqplot ``` requirements.txt file: ``` pandas==1.0.3 numpy==1.18.1 matplotlib==3.1.3 bqplot==0.11.0...
Hi i am having this error where when it gets to the html page i click on show widgets. i initialises for a bit and then an error shows up...
Hi, I'm currently trying to embed a jupyter notebook in my website but I am having problems getting the interactive part to work. Looking at the console, it seems the...
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.1 to 2.0.0. Release notes *Sourced from [rubyzip's releases](https://github.com/rubyzip/rubyzip/releases).* > ## v2.0.0 > Security > > - Default the `validate_entry_sizes` option to `true`, so that callers can...
Dear, I encounter this message error: ``` $ nbinteract init [nbinteract] Initializing folder for nbinteract. [nbinteract] [nbinteract] Checking to see if this folder is the root folder of a git...
I created an altair chart with ipywidget. But the chart is not rendering as interactive.
Hello, I've tried deploying ipyvolume via mybinder but the widgets are not visualized, with some js errors (see screenshot below). Here are two pages, I've created, where bqplot works fine...
I think that the options provided in the default templates are great but for example I would like to create my own template, with custom title, a GA tracker code...
currently, the marker settings for each plot type is hard-coded in the function itself. e.g. for `nbi.hist`, we see ``` params = { 'marks': [{ 'sample': _array_or_placeholder(hist_function), 'bins': _get_option('bins'), 'normalized':...