You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,13 @@ brew install freetype
75
75
If the above method doesn't work you can also build and install freetype on your own. You can find the source code and build instructions [here](https://www.freetype.org/download.html).
76
76
77
77
## How to include the library in your Jupyter Notebook
78
-
<b>Currently this is broken for the latest release. It will be fixed in the future.</b></br>
In order to display the generated plot in the notebook, add this line:
84
+
In order to display the generated plot in the notebook, add this line to a new cell:
84
85
```swift
85
86
%include "EnableJupyterDisplay.swift"
86
87
```
@@ -456,7 +457,6 @@ In order to display the plots in Jupyter notebook, we encode the image(which is
456
457
457
458
## Limitations
458
459
- FloatConvertible supports only Float and Double. We plan to extend this to Int in the future.
459
-
- The latest release doesn't work with Jupyter. This is because we use FreeType to draw text and the system isn't able to find the FreeType install when building in Jupyter.
460
460
461
461
## Credits
462
462
1. Maxim Shemanarev : The AGG library is directly used to render plots.
0 commit comments