The IPython Notebook consists of two related components: (1) An JSON based Notebook document format for recording and distributing Python code and rich text. (2) A web-based user interface for authoring and running notebook documents.
0
votes
1answer
15 views
Static images in IPython Notebook
I am using IPython notebook to create some tutorials. After finishing it, I need to convert them to latex/PDF and html/blogger. But I am facing two problems.
1 - Adding static images.
I will have to ...
0
votes
0answers
6 views
Running a Public Notebook on Server: autoTLSkey mapping
I am trying to run a public ipython notebook server and used these instructions for creating this:
http://ipython.org/ipython-doc/dev/interactive/htmlnotebook.html
I've got it all set up and mostly ...
0
votes
0answers
7 views
Changing browser for IPython Notebook from system default
I would like to keep firefox as my system default browser on my Mac, but launch IPython Notebook in Chrome[1].
This answer led me to my ipython_notebook_config.py file but I can't get an instance of ...
1
vote
1answer
55 views
Pandas df.head() Error
I'm having a basic problem with df.head(). When the function is executed, it usually displays a nice HTML formatted table of the top 5 values, but now it only appears to slice the dataframe and ...
0
votes
1answer
20 views
ipython notebook anchor link to refer a cell directly from outside
I am writing documentation for a notebook-based framework. When referring to important cells in a demo-notebook, can I point to a particular cell by using some sort of anchor?
For example if I have ...
1
vote
1answer
28 views
Parallelize function on dictionary in IPython
Up till now, I have parallelized functions by mapping them on to lists that are distributed out to the various clusters using the function map_sync(function, list) .
Now, I need to run a function on ...
0
votes
0answers
9 views
IPython notebook in zc.buildout not using eggs path
I've build an environment with zc.buildout including IPython script.
My problem is simple:
if I launch IPython in console, everything is OK and I get all my eggs in sys.path
but if I launch IPython ...
0
votes
1answer
25 views
Command Line to Open .py with IPython
I would like to use the great IPython Web Interface to open, evaluate, edit and save the following "myfile.py" (see below) avoiding the annoying process: Create an .ipynb > import myfile.py to it > ...
0
votes
1answer
39 views
ipython-notebook: Syntax highlighting and autosave
I am working a lot with ipython-notebook. Is there any way to highlight open and closed brackets? I am asking because I saw in some videos with Wes McKiney that he used some kind of syntax ...
1
vote
1answer
29 views
Examples for ipython backends in other languages?
At PyCon2013, I found out that it is possible for the ipython notebook to be used for other languages bu writing a different backend. In the ipython docs, I have seen the page on the protocol, and ...
0
votes
0answers
18 views
Django_extensions failing to work with iPython notebook
I am using Django 1.4.5 and have just installed django-extensions, in a virtualenv. I am using Python 2.7.1. When I type:
./manage.py shell_plus --notebook
I get the error:
Traceback (most recent ...
0
votes
1answer
24 views
Unable to open an existing notebook in iPython Notebook
I want to open a notebook, say 'iPython - beyond normal Python'. To achieve this, I perform the following steps, in order.
Move to the place where iPython Notebook is installed.
cd to 'Notebooks'. ...
0
votes
0answers
26 views
Keep cells or magic functions from saving to python script
Is it possible to turn off magic functions or arbitrary cell blocks when saving ipython notebook to script?
I use the mode where saving the .ipynb file automatically saves to .py as well, but the ...
0
votes
0answers
74 views
canopy ipython notebook blank
I just installed canopy 1.0.0.1160 under OS 10.8.3
I can run ipython fine from the shell
Python 2.7.3 | 64-bit | (default, Mar 25 2013, 15:52:02)
Type "copyright", "credits" or "license" for more ...
0
votes
0answers
19 views
Printing to main stdout in IPython Notebook from other parallel engines
I am currently working in an IPython Notebook.
I am running a function across different engines and would like to see what it prints.
Example:
def simple(a):
print a+40;
return a+20
A = ...
2
votes
1answer
84 views
Pandas: Setting no. of max rows
I have a problem viewing the following DataFrame
n = 100
foo = DataFrame(index=range(n))
foo['floats'] = np.random.randn(n)
foo
the problem is that it does not print all rows per default in ...
0
votes
2answers
53 views
Is it possible to host nbviewer locally?
I want to bring nbviewer to my job. Because I am not able to share company data (place it on github), I will need to install nbviewer locally. There are instructions to set one up on Heroku but this ...
0
votes
2answers
47 views
Delete first three rows of a dataframe in pandas
I need to delete first three rows of a dataframe in pandas.
Got to know df.ix[:-1] would remove the last row of a data frame.
Couldn't figure out how to remove first n rows.
0
votes
1answer
125 views
Make more than one chart in same IPython Notebook cell
I have started my IPython Notebook with
ipython notebook --pylab inline
This is my code in one cell
df['korisnika'].plot()
df['osiguranika'].plot()
This is working fine, it will draw two lines, ...
3
votes
2answers
64 views
Why is iPython notebook interpreting commented out lines?
This question is not about a specific error---the error arrises because I'm using matplotlib's tight_layout incorrectly.
I want to know why iPython is interpreting a line of code that I have ...
0
votes
0answers
35 views
Parsing Apache log file into ipython notebook
I'm very new to iPython and doing some experiments with the following post.
http://nbviewer.ipython.org/urls/github.com/koldunovn/nk_public_notebooks/raw/master/Apache_log.ipynb
In [10]: Parsing ...
0
votes
0answers
45 views
How do you get python Pandas to respect matplotlib arguments when running via IPython Notebook on a VM?
I have installed pandas and IPython Notebook, and am running on a Vagrant box. When plotting and attempting to create a stacked bar graph on a data frame, pandas ignores secondary arguments passed to ...
0
votes
1answer
33 views
Start IPython in a given folder
I use IPython 0.13 on OS X 10.6 and would like to do the following: I have different project folders e.g. ~/dev/proj1, ~/dev/proj2. Now I want to start IPython in one of these folders without changing ...
2
votes
1answer
93 views
IPython.parallel not using multicore?
I am experimenting with IPython.parallel and just want to launch several shell command on different engines.
I have the following Notebook:
Cell 0:
from IPython.parallel import Client
client = ...
0
votes
0answers
31 views
IPython3 on SL (RHEL)
I am running IPython (and especially a notebook server) on Scientific Linux 6.3 (thus RHEL). I tried to use python3 to run setup and use ipython and also the ipython3 command. However this fails all ...
0
votes
1answer
76 views
IPython Notebook %%bash Magic Error
I'm trying to follow a version control tutorial in an IPython Notebook by Fernando Perez, a static version of which can be found here.
He uses the %%bash magic extensively, but When I use it I get ...
0
votes
1answer
42 views
Looking for a way to make helper functions visible to multiple IPython notebooks
I have a set of helper functions I've written and would like to make them available to my IPython notebooks. My ideal set up would be:
Maintain the functions as a series of IPython notebooks
Be able ...
1
vote
1answer
37 views
Playing a sound in a ipython notebook
I would like to be able to play a sound file in a ipython notebook.
My aim is to be able to listen to the results of different treatments applied to a sound directly from within the notebook.
Is this ...
1
vote
0answers
61 views
ipython notebook as a simple webapp?
I'm interested in whether there's a good way to start the evaluation of a ipython notebook, run it in background, and have a user log in to that specific notebook only when user input is needed (i.e., ...
0
votes
1answer
78 views
Run some tasks in IPython Notebook in detached mode
Is it possible to run some long tasks in IPython Notebook, close browser and then after some time open it again and reveal results of these tasks?
Say, task like this:
def f():
import time
...
1
vote
0answers
43 views
Open an ipython notebook via double-click on osx
I've downloaded a couple of ipython notebooks, and I'd like to open them in browser tabs without navigating to the directory I've downloaded them to and running ipython notebook notebook_name.ipynb.
...
2
votes
0answers
115 views
IPython Notebook Sympy Math Rendering
I have just started with using IPython Notebook and have been fascinated by its power. I have been using a few examples available on the net to get started with. I was following this tutorial: ...
0
votes
1answer
66 views
CSV-like data in script to Pandas DataFrame
I've got a list of cities with associated lon,lat values that I'd like to turn into a DataFrame, but instead of reading from a CSV file, I want to have the user modify or add to these city,lat,lon ...
2
votes
2answers
273 views
Convert ipython notebooks to pdf-html
I want to convert my ipython-notebooks to print them, or simply send them to other in html format. I have notice that exist already a tool to do that, nbconvert. I have downloaded it, but I have no ...
0
votes
1answer
45 views
How to autoexecute ipython notebook cells just like in Mathcad
In Mathcad Prime 2 you have this feature where if you change anything at the top of a worksheet it automatically recomputes all subsequent formulas that are affected by the correction. It figures out ...
0
votes
1answer
50 views
Ipython Notebook: use of different cell for one function
I'm using ipython notebook. For commenting my function I would like to insert a markdown in the definition of my function. But in the second code cell, it's start like there is non connection with ...
0
votes
1answer
66 views
ipython notebook image slide
I'd like to know how to make image list from
SimpleCV.ImageSet(1.3)
to a ipython notebook (1.0.dev) list
A live example is here, line near "In [22]".
It's seems to call some predefined function
...
0
votes
1answer
22 views
Autoclose brackets and quotes in IPython
Is there a way to autoclose brackets and quotes in IPython.
Just like in RStudio when you type an opening bracket like [ it automatically types the closing bracket ] and moves the cursor inside the ...
0
votes
2answers
92 views
Can I package the IPython Notebook, dependencies and additional modules?
I need the following working environment for a project with several developers:
python3
ipython (notebook)
numpy
networkx
matplotlib
Installing these packages on different systems (OSX, Ubuntu, ...
0
votes
1answer
89 views
IPython Notebooks - how to get INLINE command line option to work for images?
I'm using the SimpleCV framework with IPython notebooks under Windows Vista.
I can't get result images to be shown within the body of the notebook, they just appear in a separate pop-out window.
I'm ...
1
vote
1answer
91 views
ipython notebook 0.12.1 and 0.13.1 compatibility
I created an ipython notebook with version 0.13.1 of ipython on fedora that works fine. When I try to read it on ipython 0.12.1 on opensuse I obtain a void white notebook. Is there a known problem on ...
1
vote
0answers
38 views
IPython Notebook Error
I am getting the following error when trying to run IPython Notebook:
[2071:2098:0402/080647:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: ...
0
votes
2answers
76 views
Starting IPython with Mountain Lion 10.8
Prior to last weeks ML 10.8 I would invoke the IPython web notebook using ipython notebook --pylab=inline where I was running Python3. Post upgrade everything changed for the worse. A lot of hacking ...
2
votes
1answer
73 views
“Save as” in IPython notebook
I want to save a file with a different name, and keep the file with the old name (ie, no renaming) in Ipython Notebook.
Is there a standard "save as" feature?
0
votes
3answers
45 views
bracket matching in ipython
Is there an option to automatically close brackets,quotes, parentheses etc in IPython?
I hoped there was a feature similar to that in the gedit plugin.
0
votes
2answers
135 views
Calling pylab.savefig without display in ipython
I need to create a figure in a file without displaying it within iPython notebook. I am not clear on the interaction between iPython and matplotlib.pylab in this regard. But, when I call ...
0
votes
1answer
70 views
ipython notebook as a web tool dev platform
I am planning to port an existing application (or at least part of it where we process data to create graphs interactively) into an ipython based UI. I am wondering if it is possible to create a menu ...
1
vote
1answer
95 views
External editor for IPython notebook
I am using IPython notebook and I want to edit programs in an external editor.
How do I get the %edit file_name.py to open an editor such as Notepad++.
1
vote
1answer
121 views
How to force the short summary dataframe output in Ipython Notebook
I'm using IPython Notebook and would like to be able to control which type of output is returned from submitting a simple DataFrame name. For example:
df = DataFrame({"A": [1,2,3], "B": [4,5,6]})
df
...
1
vote
1answer
89 views
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 cells (including comments, markdown ...


