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/installation.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ Option 2) With Conda
33
33
.. important::
34
34
You will also need to install a code formatter for this plugin to work. The default formatter for Python are :code:`isort` and :code:`black`, and :code:`formatR` for R. Installing these would be a good place to start.
35
35
36
+
There is a chance you will observe a warning message when running :code:`jupyter serverextension enable --py jupyterlab_code_formatter`, this should be safe to ignore for now (see this `issue`_).
37
+
38
+
Also for users that haven't upgraded JupyterLab to version 3.0.0+, you will also need to run :code:`jupyter labextension install @ryantam626/jupyterlab_code_formatter`.
39
+
36
40
Installation Step 2 (Installing a supported code formatter)
0 commit comments