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
Provide a reference implementation of trait types for common data structures used in the scipy stack such as
7
10
- numpy arrays
@@ -10,3 +13,12 @@ Provide a reference implementation of trait types for common data structures use
10
13
which are out of the scope of the main [traitlets](https://github.com/ipython/traitlets) project but are a common requirement to build applications with traitlets in combination with the scipy stack.
11
14
12
15
Another goal is to create adequate serialization and deserialization routines for these trait types to be used with the [ipywidgets](https://github.com/ipython/ipywidgets) project (`to_json` and `from_json`). These could also return a list of binary buffers as allowed by the current message protocol.
16
+
17
+
## Installation
18
+
19
+
For a local installation, make sure you have
20
+
[pip installed](https://pip.readthedocs.org/en/stable/installing/) and run:
0 commit comments