-
Here is the code it gives .... EVERY NOTEBOOK I tried.
---------------------------------------------------------------------------
NameError Traceback (most recent…
-
```
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…
-
```
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…
-
```
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…
-
A minimal example of the problem:
```python
from IPython.display import display, JSON
json_dict = {"my data":{1:"this", 2:"is", 3:"a", 4:"test"}}
display(JSON(json_dict, expanded=True))
```
in n…
-
```
This would really enhance PY4A, in terms of what it could do and how easy it
would be to use.
The goal is to be able to run an IPython Notebook web server on a user's phone.
Then, they can then…
-
```
This would really enhance PY4A, in terms of what it could do and how easy it
would be to use.
The goal is to be able to run an IPython Notebook web server on a user's phone.
Then, they can then…