Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Real noob question here, sorry.... what is "IPython kernel" and what is a "magic command". Has Python suddenly split on me and gone non-pythonic? I've never heard of these concepts. Commented Jun 7, 2020 at 5:49
  • 1
    For a python notebook(ipynb) - a ipython kernal or jupyter kernal is the version of python(and dependencies) to be used by the project. You can start a jupyter notebook and then change kernals to run the cells with a different configuration of python and configure environment variables and much more. Commented Jun 8, 2020 at 11:54
  • 1
    @Ib_so Magic command is a ipython/jupyter feature. Read more here. Commented Jun 8, 2020 at 11:56