...
Code Block |
---|
conda create -n myenv
|
Info |
---|
The python version can be specified as well if necessary: |
Code Block |
---|
conda activate myenv |
Once you are in the enirvonment, install ipykernel
with the following command:
...
...
Code Block |
---|
conda create -n myenv
|
Info |
---|
The python version can be specified as well if necessary: |
Code Block |
---|
conda activate myenv |
Once you are in the enirvonment, install ipykernel
with the following command:
...