Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dealing with subkernel extensions (JS) #233

Open
BoPeng opened this issue Jul 10, 2019 · 3 comments
Open

Dealing with subkernel extensions (JS) #233

BoPeng opened this issue Jul 10, 2019 · 3 comments

Comments

@BoPeng
Copy link
Contributor

BoPeng commented Jul 10, 2019

Sitting in SciPy2019 watching a demonstration using JupyterLab + a Python notebook and a C++ notebook with Voila. It would be interesting to see if a SoS Notebook can be used to combine these two notebooks. One of the problems is that the two sets of "widgets" would be displayed in the same voila panel.

Need to ask @SylvainCorlay for the notebooks used for links to the presentation though.

@BoPeng BoPeng changed the title Compatibility with Viola Compatibility with Voila Jul 10, 2019
@BoPeng
Copy link
Contributor Author

BoPeng commented Jul 10, 2019

Note that there is known problem with SoS kernel and ipywidgets because the SoS kernel stands between the widgets and the subkernel and jupyter dislikes the change of "ownership" of messages.

@BoPeng
Copy link
Contributor Author

BoPeng commented Jul 10, 2019

@BoPeng
Copy link
Contributor Author

BoPeng commented Jul 17, 2019

01-bqplot.ipynb in python3 kernel runs fine thanks to #234 .

03-bqplot-vuetify.ipynb does not run because it makes use of JS code, which might have interfered with SoS' JS code.

@BoPeng BoPeng changed the title Compatibility with Voila Dealing with subkernel extensions (JS) Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant