|
|
|
Creating a new ipython startup profile
|
|
|
|
```
|
|
|
|
ipython profile create <profile_name>
|
|
|
|
```
|
|
|
|
Warning: profiles are created with _profile__ as a prefix, so don’t call it _profile_something_ or it will ended up called _profile_profile_something_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Running ipython from a specific profile
|
|
|
|
```
|
|
|
|
python --profile=<profile_name>
|
|
|
|
```
|
|
|
|
|
|
|
|
Running jupyter with a specific profile
|
|
|
|
```
|
|
|
|
cd folder-where-you-want-to-start-jupyter
|
|
|
|
jupyter-lab --profile=<profile_name>
|
|
|
|
```
|
|
|
|
ipython profiles:
|
|
|
|
```
|
|
|
|
/home/beams22/29IDUSER/.ipython
|
|
|
|
``` |
|
|
\ No newline at end of file |