Skip to content

Commit

Permalink
Update server extension disable instructions (jupyter-server#998)
Browse files Browse the repository at this point in the history
The current server extension disable instructions are incorrect, they are missing the keyword `extension`.
  • Loading branch information
3coins authored Sep 27, 2022
1 parent cc99a8f commit 017c52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developers/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ Putting it all together, authors can distribute their extension following this s

.. code-block:: console
jupyter server disable myextension
jupyter server extension disable myextension
which will change the boolean value in the JSON file above.

Expand Down

0 comments on commit 017c52e

Please sign in to comment.