Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable IPython History in executing preprocessor #1017

Merged
merged 7 commits into from
May 23, 2019

Commits on May 7, 2019

  1. Disable IPython history when preprocessing

    IPython saves history in an SQLite DB. This can break in unfortunate ways when
    running multiple IPython kernels simultaneously.
    
    NBConvert will now default to disabling history saving in IPython kernels.
    alexrudy committed May 7, 2019
    Configuration menu
    Copy the full SHA
    cb2ef94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e348ee1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

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

Commits on May 9, 2019

  1. Remove kernel specification

    alexrudy committed May 9, 2019
    Configuration menu
    Copy the full SHA
    53653cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb3780b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Review fixes

    alexrudy committed May 13, 2019
    Configuration menu
    Copy the full SHA
    7b4a677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7d7ba View commit details
    Browse the repository at this point in the history