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: haohanchen/plotly.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: update_offline_plotlyjs
Choose a base ref
...
head repository: haohanchen/plotly.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 2 files changed
  • 6 contributors

Commits on Jan 2, 2016

  1. Change to offline.init_notebook_mode()

    Make init_notebook_mode() only import the JS library once. Otherwise if someone puts it at the top of a Jupyter cell and it gets executed every time (typical pattern of usage?), it adds ~1 s to the cell's execution time.
    joshburkart committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    577177c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Configuration menu
    Copy the full SHA
    af267b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Merge pull request plotly#411 from plotly/update_offline_plotlyjs

    Update offline plotlyjs
    cldougl committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    e3b0167 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Merge pull request plotly#379 from joshburkart/patch-1

    Change to offline.init_notebook_mode()
    jackparmer committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    283ba58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request plotly#400 from icaromedeiros/useless-line

    Remove useless line in offline plot function
    jackparmer committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    0dded42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    127ebc5 View commit details
    Browse the repository at this point in the history
  4. Add changelog statement

    jdfreder committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    5de0376 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Merge pull request plotly#412 from jdfreder/dontclobber

    Don't clobber the Notebook's require/requirejs/define instances
    chriddyp committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    2594076 View commit details
    Browse the repository at this point in the history
Loading