Skip to content

Commit 7a104fe

Browse files
ianhiryantam626
authored andcommitted
update docs + remove leftover folder
1 parent 232ab46 commit 7a104fe

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/dev.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,18 @@ To recompile the lab extension under watch mode,
3535

3636
.. code-block:: bash
3737
38-
make dev-watch-labextension
38+
make dev-watch
3939
4040
4141
Running Jupyterlab
4242
~~~~~~~~~~~~~~~~~~
4343

44-
To run Jupyterlab under watch mode,
44+
With JupyterLab 3 and onwards if you are watching the extension source
45+
then you can start JupyterLab normally and on refresh your changes will be available.
4546

4647
.. code-block:: bash
4748
48-
make dev-watch-jupyterlab
49+
jupyter lab
4950
5051
Start Hacking
5152
~~~~~~~~~~~~~

docs/installation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Option 1) With Pip
1919

2020
.. code-block:: bash
2121
22-
jupyter labextension install @ryantam626/jupyterlab_code_formatter
2322
pip install jupyterlab_code_formatter
2423
jupyter serverextension enable --py jupyterlab_code_formatter
2524
@@ -28,8 +27,6 @@ Option 2) With Conda
2827

2928
.. code-block:: bash
3029
31-
conda install nodejs
32-
jupyter labextension install @ryantam626/jupyterlab_code_formatter
3330
conda install -c conda-forge jupyterlab_code_formatter
3431
jupyter serverextension enable --py jupyterlab_code_formatter
3532

labextension/style/index.css

Whitespace-only changes.

0 commit comments

Comments
 (0)