Azure Data Studio and Jupyter Notebooks

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • Had to break out of ADS and install manually from python instead

     

    "C:\Users\<myuser>\azuredatastudio-python\0.0.1\python.exe" -m pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --upgrade pip --user

    "C:\Users\<myuser>\azuredatastudio-python\0.0.1\python.exe" -m pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --trusted-host=prose-python-packages.azurewebsites.net --user "jupyter>=1.0.0" "pandas>=0.24.2" "sparkmagic>=0.12.9" "prose-codeaccelerator>=1.3.0" "powershell-kernel>=0.1.3" --extra-index-url https://prose-python-packages.azurewebsites.net

  • Response from Kevin at MS : https://twitter.com/kevcunnane/status/1296142423135944706

    Basically, you're doing it right.

  • For others having this same issue, in my case it was that I had 2 different PATH location references for Python.  One included C:\Users\<username>\AppData\Roaming\Python\Python36\Scripts and one did not, the path was slightly different.  I kept this one above and this solved my issue within Azure Data Studio which allowed me to install the Kernel Python 3.

Viewing 4 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply