-
I get this message when I try to do the cell->run all:
The 'python3' kernel is not available. Please pick another suitable kernel instead, or install that kernel.
Also the initial activate command re…
-
Would it be possible to use StaticInteractive with [mpld3](http://mpld3.github.io/) plots?
I have tried several of the most obvious things, none of which work.
[Example notebook](http://nbviewer.ipy…
-
Probably too specific to receive attention but maybe it highlights some internal design flaw or something:
Both in IPython console and Jupyter notebook cells (with ipython kernel), the following ha…
-
clf = RVC()
clf.fit(iris.data, iris.target)
clf.predict_proba(iris.data[0])
---------------------------------------------------------------------------
AttributeError …
-
Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.
IPython 7.12.0 -- An enhanced Interactive Python.
Restar…
-
### Description
This hangs a Jupyter Lab notebook and crashes IPython.
```
import itk
import numpy as np
import matplotlib.pyplot as plt
OptimizerType = itk.ExhaustiveOptimizerv4[itk…
-
```python
class C():
@property
def x(self):
return self.x
C().x
```
See [here](https://stackoverflow.com/q/62356253/10133797); same if running as a file (main) or from within IP…
-
Would be nice if I could include values computed elsewhere in a notebook into markdown text.
For example, then I could write something like:
```
Thus our technique improves the results by {{result_…
-
**Describe the current behavior**
This simple code below (right from your documentation [1]) does not work.
**Describe the expected behavior**
The code should open up an IFrame.
**What web bro…
-
ipython-sql looks like a very valuable resource, but it would be easier to use (especially for teaching) if it supported syntax highlighting of SQL code.
As per a conversation on Twitter, this is pos…