Skip to content

conda execute a Jupyter notebook #3

@pelson

Description

@pelson

One potential approach:

  • - create a temporary environment by interpreting a part of the nbformat metadata JSON payload
  • - start a kernel using the temporary environment (ipython or otherwise)
  • - join an existing Jupyter notebookapp (or start a new one) which uses the kernel and the notebook that was passed to us

Ping @minrk / @takluyver for your wisdom. Are there any patterns I can follow? This is essentially an extension of https://github.com/takluyver/nbopen but with the addition of ensuring there is an appropriate kernel running.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions