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

Remove .ipython dir and introduce kedro Jupyter kernel #1355

Merged
merged 32 commits into from
Mar 30, 2022

Commits on Mar 18, 2022

  1. Tidy requirements.txt

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    21c6c2b View commit details
    Browse the repository at this point in the history
  2. Tidy requirements.txt

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    caaead1 View commit details
    Browse the repository at this point in the history
  3. Modify ipython command

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6523d4d View commit details
    Browse the repository at this point in the history
  4. Remove ipython_loader

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    11d7450 View commit details
    Browse the repository at this point in the history
  5. Simplify jupyter notebook commands

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    f8ecf3f View commit details
    Browse the repository at this point in the history
  6. Further simplify and remove ipython_message

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    778c85a View commit details
    Browse the repository at this point in the history
  7. Add kernel installation

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    dc5bb19 View commit details
    Browse the repository at this point in the history
  8. Switch from MappingKernelManager to MultiKernelManager

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    f39bf2e View commit details
    Browse the repository at this point in the history
  9. Add message for when kernel already exists

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a782657 View commit details
    Browse the repository at this point in the history
  10. Add comment

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    4de7d1c View commit details
    Browse the repository at this point in the history
  11. Lint

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    32911be View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Add to MANIFEST and update API docs

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a82bc70 View commit details
    Browse the repository at this point in the history
  2. Move try/except inside _create_kernel

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e88bd82 View commit details
    Browse the repository at this point in the history
  3. Correct imports checks

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7c05f9b View commit details
    Browse the repository at this point in the history
  4. ipython -> IPython

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    fa5f5f3 View commit details
    Browse the repository at this point in the history
  5. Tidy requirements

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    87a3849 View commit details
    Browse the repository at this point in the history
  6. Fix jupyter notebook tests

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d0e82cc View commit details
    Browse the repository at this point in the history
  7. Fix jupyter lab tests and add _create_kernel tests

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    35868bb View commit details
    Browse the repository at this point in the history
  8. Fix stuff

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    292b0eb View commit details
    Browse the repository at this point in the history
  9. Update logos

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    2846f02 View commit details
    Browse the repository at this point in the history
  10. Fix more stuff

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    fbec113 View commit details
    Browse the repository at this point in the history
  11. Start changes to docs

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6d08da8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. More changes to docs

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f9b1380 View commit details
    Browse the repository at this point in the history
  2. Finish docs changes

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9829046 View commit details
    Browse the repository at this point in the history
  3. Fix stuff

    Signed-off-by: Antony Milne <antony.milne@quantumblack.com>
    antonymilne committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    d4357fc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Apply review suggestions

    Signed-off-by: lorenabalan <lorena.balan@quantumblack.com>
    lorenabalan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b49142f View commit details
    Browse the repository at this point in the history
  2. Bump ipython

    Signed-off-by: lorenabalan <lorena.balan@quantumblack.com>
    lorenabalan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    6803d70 View commit details
    Browse the repository at this point in the history
  3. Add link to Yetu's talk

    Signed-off-by: lorenabalan <lorena.balan@quantumblack.com>
    lorenabalan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    25fcd62 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into remove-ipython-dir

    Signed-off-by: lorenabalan <lorena.balan@quantumblack.com>
    lorenabalan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d6ee5bf View commit details
    Browse the repository at this point in the history
  5. Undo ipython bump

    Signed-off-by: lorenabalan <lorena.balan@quantumblack.com>
    lorenabalan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    443e99d View commit details
    Browse the repository at this point in the history
  6. Fix lint

    Signed-off-by: lorenabalan <lorena.balan@quantumblack.com>
    lorenabalan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    a733323 View commit details
    Browse the repository at this point in the history
  7. Fix test

    Signed-off-by: lorenabalan <lorena.balan@quantumblack.com>
    lorenabalan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    dc8bec9 View commit details
    Browse the repository at this point in the history