Jupyter Notebook autocomplete dialog in Jupyter Lab? - ipython

In Jupyter Notebook if you type 'p' you get this handy-dandy dialog:
Is there a way to access this or a similar feature in Jupyter Lab?

This is called the command palette and in the docs (http://jupyterlab.readthedocs.io/en/stable/user/commands.html) it states that the default keyboard shortcut is Ctrl+Shift+C rather than Ctrl+Shift+P as it is in Jupyter notebook

Related

Wolfram Language kernel not visible in VSCode

I want to use the Wolfram Language with Jupyter notebooks, and VSCode is the application of my choice. I did all the procedure to generated a WolframLanguage kernel for Jupyter.
If I launch the Jupyter notebook from terminal by running jupyter notebook in my terminal, a Jupyter notebook opens in my browser and it shows the Wolfram kernel. These are the kernels returned by terminal.
They show up in the browser-version of Jupyter too.
Now I go to VS Code. I start a new Jupyter notebook by using the following command by using shift+command+P.
Create: New Jupyter Notebook
Now the kernel picker prompts me to choose kernels. Not only does it not have the WolframLanguage kernel, but it also shows completely different kernels from what were returned by the terminal.
Please guide me on how do I make my WolframLanguage kernel appear in my VS Code.
Thanks!!!

How to get autocomplete and suggestions in Jupyter Notebook in VS Code?

I'm trying to code on Jupyter Notebook on VS Code, but there are no code suggestions nor syntax highlighting!
I am currently running python 3.10.
Install this extension copy and search in extension ms-toolsai.jupyter
If suggestion not show then try to press ctrl+space

Sagemath available in jupyter in vscode?

I am playing around with the jupyter extension inside of vscode. And although I can use sagemath in jupyter lab on my machine it is not presented as an option of cell type within vscode. Suggestions?
Thanks,
R Haynes

Jupyter Notebook in VS Code : inline input()?

I'm a student using VS Code to work on Jupyter Notebooks. I'm looking for a way to get the dialog pop up of an input("...") to appear inline instead (under the cell with all my prints, like it's done when using jupyter notebook in a browser).
Thanks,
Julien
Found my answer here : Show question/input in vscode jupyter notebook output
Spoiler : not possible, in VS Code you cannot show inputs under a cell of a jupyter notebook as it for output only.

Jupyter notebook in vscode installing everytime I open VS Code

Whenever I open VS Code & go to Extensions, it always shows Jupyter as Installing, Why is it so?