File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,20 @@ DEBUG(find_libpython) Unable to find /opt/brew/opt/python/lib/darwin/Python.fram
127
127
DEBUG(find_libpython) dlopen("/opt/brew/opt/python/Frameworks/Python.framework/Versions/3.7/Python") = #<Fiddle::Handle:0x00007fc012048650>
128
128
```
129
129
130
+ ## Special notes for specific libraries
131
+
132
+ ### matplotlib
133
+
134
+ Use [ mrkn/matplotlib.rb] ( https://github.com/mrkn/matplotlib.rb ) instead of just importing it by ` PyCall.import_module("matplotlib") ` .
135
+
136
+ ### numpy
137
+
138
+ Use [ mrkn/numpy.rb] ( https://github.com/mrkn/numpy.rb ) instead of just importing it by ` PyCall.import_module("numpy") ` .
139
+
140
+ ### pandas
141
+
142
+ Use [ mrkn/pandas.rb] ( https://github.com/mrkn/pandas.rb ) instead of just importing it by ` PyCall.import_module("pandas") ` .
143
+
130
144
## PyCall object system
131
145
132
146
PyCall wraps pointers of Python objects in ` PyCall::PyPtr ` objects.
You can’t perform that action at this time.
0 commit comments