Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi! Thanks for this tutorial, I could finally install jupyter but when I try to import a module (like numpy), jupyter cant find it. Is this cause the modules are not on my virtual enviroment? how can I load then then?
Hello, thanks a lot for the tutorial. I get the following error when I run “jupyter notebook.” Could you give me some advice? Many thanks,
(deepsense_env) ics@DESKTOP-5RV5LDQ:~/deepsense$jupyter notebook
[I 21:51:14.953 NotebookApp] Writing notebook server cookie secret to /home/ics/.local/share/jupyter/runtime/notebook_cookie_secret
[I 21:51:15.248 NotebookApp] Serving notebooks from local directory: /home/ics/deepsense
[I 21:51:15.248 NotebookApp] The Jupyter Notebook is running at:
[I 21:51:15.248 NotebookApp] http://localhost:8888/?token=acf47d612b209822d0679ba92e8b3f77e1a09e27d66debf8
[I 21:51:15.248 NotebookApp] or http://127.0.0.1:8888/?token=acf47d612b209822d0679ba92e8b3f77e1a09e27d66debf8
[I 21:51:15.248 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 21:51:15.301 NotebookApp]
To access the notebook, open this file in a browser:
file:///home/ics/.local/share/jupyter/runtime/nbserver-5948-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=acf47d612b209822d0679ba92e8b3f77e1a09e27d66debf8
or http://127.0.0.1:8888/?token=acf47d612b209822d0679ba92e8b3f77e1a09e27d66debf8
Start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ Start "file:///home/ics/.local/share/jupyter/runtime/nbserver-5948-op ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand