Giter VIP home page Giter VIP logo

Comments (1)

TimShawver avatar TimShawver commented on July 18, 2024

First thing I would do is make sure you're follow the steps in the Running from Source section of the github page.

The last step in that section mentions an nbinstall step which is relevant here. Calling nbinstall copies the contents of the qgridjs folder to a special folder where jupyter notebook looks for it's extensions' javascript dependencies.

So in order to load an additional js file you would have to add it to the qgridjs folder, and then call nbinstall to copy the contents of that folder to the special folder that jupyter notebook looks in for the javascript.

_EDIT_: The slickgrid.js.template file is actually only used when users click the Export button. When you render slick grid in the normal way, the dependencies listed in qgrid.widget.js are used. See the relevant lines here: https://github.com/quantopian/qgrid/blob/master/qgrid/qgridjs/qgrid.widget.js#L25

from qgrid.

Related Issues (20)

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.