-
```
Made some changes to support running from an ipython qtconsole (requires the \r
to be at the beginning of the line and the stream to be flushed).
Also added support for rendering widgets as HTML…
-
```
Made some changes to support running from an ipython qtconsole (requires the \r
to be at the beginning of the line and the stream to be flushed).
Also added support for rendering widgets as HTML…
-
I love the look of this notebook. Unfortunately, that is all I have **a look**. The notebook is available only as a markdown file (README.md) and not as a notebook file (.ipynb).
Could you add the n…
-
The blog post mentions
> Here is a simple example that produces a 2-layer transform. The first corresponds to computing length and the second the cumulative sum. The cumulative sum has to go into a…
-
Please try putting together your own notebook from the docs because feedback on where the documents are weak.
If you want to see one example, though, it is at: http://nbviewer.ipython.org/gist/mwcra…
-
When `ipdb.set_trace()` is called, it calls this function:
```
def update_stdout():
# setup stdout to ensure output is available with nose
io.stdout = sys.stdout = sys.__stdout__
```
This re…
-
Per discussion at http://irclog.iq.harvard.edu/dvn/2014-01-27 it would be nice to create an IPython Notebook for Dataverse APIs interesting enough to be listed at https://github.com/ipython/ipython/wi…
-
```
Made some changes to support running from an ipython qtconsole (requires the \r
to be at the beginning of the line and the stream to be flushed).
Also added support for rendering widgets as HTML…
-
Is there a read-only mode? Something just to inspect contents of the notebook - just render the cells in the buffer? Or is that just not how ipython notebooks work?
Servers take time to start and…
-
### Problem
Many Python libraries used in the classic notebook rely on `IPython` and `Jupyter` being exposed on `window`.
This makes porting extensions to JupyterLab / RetroLab a bit difficult s…