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

State intent to solve problem of requiring assets #9

Merged
merged 1 commit into from Apr 4, 2016

Commits on Apr 1, 2016

  1. State intent to solve problem of requiring assets

    Libraries, and by extension kernels, have static assets that are required in frontends such as the notebook, thebe, hydrogen, and dashboards..
    
    This issue continues to come up over and over without a total solution. At the very least I'd like for us to put it on the roadmap and acknowledge that we will solve it.
    
    Initial (old) proposal/discussion: jupyter/notebook#116
    Related: jupyter/notebook#839
    
    As it applies to Thebe, they currently have to bundle
    
    * all notebook js (not tied to kernel)
    * ipywidgets js (tied to kernel)
    * thebe itself
    
    Each thebe release has to strictly specify the version of notebook, ipywidgets, in addition to thebe itself, and is incompatible with other versions.
    
    Discussion from the Spring Jupyter Dev Meeting 2016: https://jupyter.hackpad.com/Spring-2016-Dev-Meeting-h0y1TIAWxz1#:h=Kernel-Static-Resources
    rgbkrk committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    7cc3ff5 View commit details
    Browse the repository at this point in the history