How do I add python3 kernel to jupyter (IPython)
My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I did the … Read more
My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I did the … Read more
I’m looking at using the *.ipynb files as the source of truth and programmatically ‘compiling’ them into .py files for scheduled jobs/tasks. The … Read more
This question already has answers here: How do I change the size of figures drawn with Matplotlib? (25 answers) Closed 6 months ago. … Read more
I need to produce a screencast of an ipython session, and to avoid confusing viewers, I want to disable all warnings emitted by … Read more
Currently I am working on a python project that contains sub modules and uses numpy/scipy. Ipython is used as interactive console. Unfortunately I … Read more
I would like to increase the width of the ipython notebook in my browser. I have a high-resolution screen, and I would like … Read more
What is a good strategy for keeping IPython notebooks under version control? The notebook format is quite amenable for version control: if one … Read more
What exactly is the use of %matplotlib inline? 10 s 10 %matplotlib is a magic function in IPython. I’ll quote the relevant documentation … Read more
I am trying to use IPython notebook on MacOS X with Python 2.7.2 and IPython 1.1.0. I cannot get matplotlib graphics to show … Read more
I know pip is a package manager for python packages. However, I saw the installation on IPython’s website use conda to install IPython. … Read more