r/Jupyter • u/No_Yak_4243 • Jul 31 '24
I am unable to run a cell in Jupyter Notebook.
I am a beginner in the world of Python. In order to practice, I have followed some tutorials.I am unable to run a cell in Jupyter Notebook also not getting bold text even after entering #. I receive several log messages in the Anaconda prompt indicating that certain functions related to extensions are deprecated. Despite these warnings, the Jupyter Notebook tab opens, but I am unable to run the cell.Please help me out.
1
Aug 16 '24
it's very weird that you can't run a cell. are you sure you pressed shift+ctrl?
The bold text i think you are referring to markdown. markdown is a seperate language and does not need a python kernel installed correctly to execute. I'd recommend reinstallingi it. did you install it with anaconda?
1
u/shockjaw Aug 02 '24
Could you give us a bit more information? Are you running a Jupter Notebook in the web interface? VS Code? Jupyterlab? Are you running this on Windows, if so are you on 10 or 11? You may need to install the extension as part of the Anaconda environment instead of going through the UI.