IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.
I'm looking at using the *.ipynb files as the source of truth and programmatically 'compiling' them into .py files for …
ipython ipython-notebookI would like to get the time spent on the cell execution in addition to the original output from cell. …
python ipython ipython-notebook jupyterI upgraded from Python(x,y) 2.7.2.3 to 2.7.6.0 in Windows 7 (and was happy to see that I can finally type function_…
python matplotlib ipython spyderI have some code in a .ipynb file and got it to the point where I don't really need the "…
python jupyter-notebook ipython nbconvertI would like to increase the width of the ipython notebook in my browser. I have a high-resolution screen, and …
python ipython ipython-notebook jupyter-notebook jupyterI am sure there is an obvious way to do this but cant think of anything slick right now. Basically …
python pandas ipythonIs it possible to embed rendered HTML output into IPython output? One way is to use from IPython.core.display …
python html ipython jupyter-notebookIs it possible to run a python script (not module) from inside ipython without indicating its path? I tried to …
python path ipythonI just updated Python to 2.6.4 on my Mac. I installed from the dmg package. The binary did not seem to …
python ipythonHow to close IPython Notebook properly? Currently, I just close the browser tabs and then use Ctrl+C in the …
python ipython ipython-notebook