microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.

Home Page:https://learn.microsoft.com/sql/azure-data-studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'notebook.notebookapp'

UvaishLunsheth opened this issue · comments

I got an error while trying to write jupyter notebook in anaconda prompt. Generated error as follows:
(base) C:\Users\Lenovo>jupyter notebook
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in
from notebook.notebookapp import main
ModuleNotFoundError: No module named 'notebook.notebookapp

@UvaishLunsheth Was this command being run in a separate command prompt outside of azure data studio?