format option is not in commad pallet and not shown at all
See original GitHub issueRegarding this issue, I have the same problem, but my jupyter serverextension list
is ok and I have installed jupyter_lab_formatter
So what may it be a problem?
λ jupyter serverextension list
config dir: C:\Users\metya\.jupyter
jupyter_tensorboard enabled
- Validating...
jupyter_tensorboard 0.1.8 ok
nbresuse enabled
- Validating...
nbresuse ok
jupyterlab_git enabled
- Validating...
jupyterlab_git ok
jupyterlab_code_formatter enabled
- Validating...
jupyterlab_code_formatter ok
config dir: C:\ProgramData\Anaconda3\etc\jupyter
jupyterlab enabled
- Validating...
jupyterlab 0.35.4 ok
jupyterlab_github enabled
- Validating...
jupyterlab_github 0.7.0 ok
nbresuse enabled
- Validating...
nbresuse ok
nbextensions disabled
- Validating...
Error loading server extension nbextensions
X is nbextensions importable?
λ jupyter labextension list
JupyterLab v0.35.4
Known labextensions:
app dir: C:\ProgramData\Anaconda3\share\jupyter\lab
@deathbeds/jupyterlab_graphviz v0.1.1 enabled ok
@ijmbarr/jupyterlab_spellchecker v0.1.4 enabled ok
@jupyter-widgets/jupyterlab-manager v0.38.1 enabled ok
@jupyterlab/celltags v0.1.4 enabled ok
@jupyterlab/geojson-extension v0.18.1 enabled ok
@jupyterlab/git v0.4.2 enabled ok
@jupyterlab/github v0.10.0 enabled ok
@jupyterlab/google-drive v0.16.0 enabled ok
@jupyterlab/katex-extension v0.20.0 enabled ok
@jupyterlab/latex v0.6.1 enabled ok
@jupyterlab/plotly-extension v0.18.1 enabled ok
@jupyterlab/statusbar v0.5.0 enabled ok
@jupyterlab/toc v0.6.0 enabled ok
@krassowski/jupyterlab_go_to_definition v0.1.6 enabled ok
@lckr/jupyterlab_variableinspector v0.1.0 enabled ok
@mflevine/jupyterlab_html v0.1.4 enabled ok
@ryantam626/jupyterlab_code_formatter v0.2.0 enabled ok
jupyter-gmaps v0.8.2 enabled ok
jupyterlab-chart-editor v1.0.0 enabled ok
jupyterlab-jupytext v0.1.0-dev enabled ok
jupyterlab_bokeh v0.6.3 enabled ok
jupyterlab_nbmetadata v0.1.0 enabled ok
jupyterlab_tensorboard v0.1.5 enabled ok
Issue Analytics
- State:
- Created 4 years ago
- Comments:28 (12 by maintainers)
Top Results From Across the Web
No Format Document option in command pallette · Issue #32497
The problem is that I do not have the default built in "Format Document" option showing at all in command palette. This command...
Read more >How can I make Visual Studio Code auto format the code?
You can press Control + Shift + P or Command + Shift + P (Mac) to open the command palette and type "settings"...
Read more >No Option for "SFDX:Authorize an Org" command in VS Code ...
The solution I found was going to file -> open folder -> choose the project folder created originally. The options to login option...
Read more >How To Format Code with Prettier in Visual Studio Code
In the command palette, search for format and then choose Format Document. Then choose Prettier - Code Formatter.
Read more >Visual Studio Code User Interface
The Command Palette provides access to many commands. You can execute editor commands, open files, search for symbols, and see a quick outline...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
FWIW, I experienced the same issue, only to find out that while I had installed the labextension and the serverextension, I forgot to actually install the package (
pip install jupyterlab_code_formatter
). Doing that and then restarting the server fixed my problem.@ryantam626 The issue is solved now (by reinstallation of extension) and the problem is no more. Thanks for being active and for your time.