Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Simplify backend init func #556

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2017

  1. Simplify backend init function code

    The JS code in Py/R/Scala code seems the same, can we move these JS code
    to the `nb-extension/init/init.js` file (which will be run in
    load_ipython_extension?
    
    By doing so, init function in kernel side can be simplified or even
    removed, so that the notebook user (Py/R/Scala) user won't need to run
    init function in kernel. (For this commit, users don't need to run
    `declarativewidgets.init()` any longer in Python)
    haobibo committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    af432da View commit details
    Browse the repository at this point in the history
  2. add comments

    haobibo committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    598019d View commit details
    Browse the repository at this point in the history
  3. fix indention

    haobibo committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    9b6e878 View commit details
    Browse the repository at this point in the history