b2 icon indicating copy to clipboard operation
b2 copied to clipboard

Bridging Code and Interactive Visualization in Computational Notebooks

Results 5 b2 issues
Sort by recently updated
recently updated
newest added

I tried it on py3.7 in anaconda. I also had installed b2-ext and datascience. I can run it on jupyter notebook but I can't see the resizable dashboard pane... Can...

Please keep in mind I'm a complete beginner so this problem might be caused by something on my end. I tried running B2 on Linux (Ubuntu 20.04 LTS), Python 3.8....

Currently B2 uses https://github.com/data-8/datascience, which was chosen for its simple API, convenient for code generation. However it's very slow. It should be easy to swap out the execution with something...

enhancement
good first issue

If a column name starts with a number, e.g., `10age_group`, then the current code generates a python variable starting with `10`, which is bad.

bug
good first issue

After I ran... ``` pip3 install b2-ext ``` Somehow the nb extension config still produced a file with the name "midas" in it. ``` $ cat /Library/Frameworks/Python.framework/Versions/3.10/etc/jupyter/nbconfig/notebook.d/b2.json { "load_extensions": {...