Code Monkey home page Code Monkey logo

Comments (3)

maartenbreddels avatar maartenbreddels commented on August 22, 2024 1

Falling back to https://unpkg.com/ for bqplot-image-gl@^0.3.0 loader.js:78
Falling back to https://unpkg.com/ for bqplot-image-gl@^0.2.0 loader.js:78

From this, I guess we have not updated versions in all the components. For instance in

return Object.assign({}, BrushSelectorModel.prototype.defaults(), { _model_module : 'bqplot-image-gl', _view_module : 'bqplot-image-gl', _model_module_version : '0.2.0',_view_module_version : '0.2.0', _model_name: "BrushEllipseSelectorModel", _view_name: "BrushEllipseSelector", pixel_aspect: null, style: {

We shouldn't hard code the version number, but take it from package.json (my fault btw)

from bqplot-image-gl.

astrofrog avatar astrofrog commented on August 22, 2024

Still seems to be an issue...

from bqplot-image-gl.

maartenbreddels avatar maartenbreddels commented on August 22, 2024

The problem is our embed.js didn't export all modules (fix is coming)

But I wanted to be able to test this locally, for the archive, to test a js embed module before releasing you can do (from the root of the project):

$ mkdir examples/voila
$ ln js/dist/index.js examples/voila/bqplot-image-gl.js
$ voila examples/brush-ellipse.ipynb --autoreload=True --no-browser --VoilaConfiguration.file_whitelist="['.*\.(png|jpg|gif|svg|js)']"

from bqplot-image-gl.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.