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: docs/source/installation.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,25 @@ Note that :ref:`some environment variables might also need setting
117
117
<UNIDATA-UDUNITS-2-library>` in order for the Udunits library to work
118
118
properly, although the defaults are usually sufficient.
119
119
120
+
.. _Jupyter Notebooks:
121
+
122
+
Jupyter Notebooks
123
+
^^^^^^^^^^^^^^^^^
124
+
125
+
You may want to work with cf via a Jupyter Notebook within a ``conda`` environment.
126
+
127
+
A `known issue <https://github.com/NCAS-CMS/cf-python/issues/883/>`_ exists where the stricter dependencies of the Jupyter library clash with those of cf and installation fails.
128
+
129
+
A proven workaround is to install Jupyter *before* installing cf, like so:
0 commit comments