
To use for example the environment worklab that we just created in a Jupyter notebook, a solution is to use ipykernel. To find Command Prompt, type cmd in the Type here to search taskbar at the bottom left of your Windows computer. Then go to your computer’s Command Prompt. Ensure that you tick Add Python to path when installing Python. That returns in my case for example: # conda environments: # base /Users/mb/anaconda3 websitedev /Users/mb/anaconda3/envs/websitedev websitedev2 /Users/mb/anaconda3/envs/websitedev2 worklab * /Users/mb/anaconda3/envs/worklab Use a conda environment in a Jupyter notebook How to Install Jupyter Notebook Without Anaconda First, download and install Python. Note: to get a list of your environment, there is the command: conda env list To activate the environment called worklab. Since conda is installed in your system to create an environment (called for example hereafter worklab) use the following command: conda create -name worklab

To install conda go to Anaconda Individual Edition.

Once you’re done with installing the Ubuntu OS image and have access to the command line, let’s move on to the next step. NVIDIA provides a good guide to help us get started with the basics on the Jetson Nano here : Step 1 : Installing the OS NVIDIA’s guide to getting started But can't really tell what those package managers might do after the fact. node packages, r packages), including other package managers. While written in python, conda can install all kinds of things, (e.g.

Image (c) Project Jupyter Getting Startedīut, before we can get to installing Jupyter Notebook on your brand new Jetson Nano, there’s a few things we’d need to do to bootstrap your machine. Right, it's probably just showing the output of 'conda list' which only knows what got there via 'conda install'. Installing and Configuring Jupyter Notebook for Hyak.Klone Miniconda (using a conda environment.

Additionally, it allows the user to embed code and description in a single file, while capturing program output as you evaluate “cells” of code. At the risk of oversimplifying the functionality, it allows you to execute python code on a machine from the web server. Jupyter Notebook is a great addition to your toolset when starting off with Python and especially Machine Learning. How to setup Python3 and Jupyter Notebook On Jetson Nano – Faster
