Details
-
Type:
Bug
-
Status: Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Component/s: Jupyter Kernel
-
Labels:None
-
Epic Link:
Description
For example,
%include "EnableIPythonDisplay.swift" let np = Python.import("numpy") let plt = Python.import("matplotlib.pyplot") IPythonDisplay.shell.enable_matplotlib("inline") plt.plot(np.arange(10)) plt.show()
If you run that a second time, then you get the plot.