Category "ipython"

A simple way to view ipython notebook

I am really new to IPython/Jupyter notebook. I just created one notebook (.ipynb) and I want to share it on my webpage. Specifically, I want to add a link, and

Run parts of a ipython notebook in a loop / with different input parameter

I have written a ipython notebook, which analyses a dataset. Now I want to use this code to loop over different datasets. The code is split into about 50 cell

Sqlite executemany and DELETE

Execute many seems to be very slow with deletion (Insertion is fine) and I was wondering if anyone knows why it takes so long. Consider the code below: import s

Type the name of an object in python interpreter - what method is it called?

What method is it called when I type the name of the object? I always thought that it was calling either repr or str but that doesn't hold in case of the PageOb

Disable IPython console in PyCharm

I use the PyCharm community edition and also IPython. PyCharm automatically recognizes IPython and sets it as the default console (PyCharm webhelp link), so whe