Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voila-dashboards/voila
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1
Choose a base ref
...
head repository: voila-dashboards/voila
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.2
Choose a head ref
  • 13 commits
  • 19 files changed
  • 2 contributors

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    e32a1e2 View commit details
    Browse the repository at this point in the history
  2. refactor: reuse voila to be a server extension + tree view + autoreload

    The voila handler can be used both in the standalone version, as well as
    jupyter server extension. The three handler which is based on the notebook
    code shows a list of directories and notebooks.
    For development purposes the watchdog handler will send a reload message
    over the websocket when either the javascript, templates, or the notebook
    file is modified, or when the server autoreloads due to code changes.
    (Use with `voila --autoreload=True`)
    maartenbreddels committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    28faacc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a44c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2bc73a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51aabe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    88d649b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a780eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from QuantStack/refactor_extension_tree_autoreload

    Reuse voila to be a server extension + tree view + autoreload
    SylvainCorlay committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    0eac37a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Towards a binder

    SylvainCorlay committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    5dd3fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    1339951 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from SylvainCorlay/base_url

    Cleanup and support base url
    SylvainCorlay committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    f818647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0635391 View commit details
    Browse the repository at this point in the history
  4. Release 0.0.2

    SylvainCorlay committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    0bed97f View commit details
    Browse the repository at this point in the history
Loading