@@ -92,11 +92,8 @@ are installed.
92
92
93
93
### Default
94
94
95
- * [ Terminal IPython] ( base/conf/ipython/usr/local/etc/ipython/ipython_config.py ) :
96
- * Only enable figure formats ` svg ` and ` pdf ` for Terminal IPython.
97
- * [ IPython kernel] ( base/conf/ipython/usr/local/etc/ipython/ipython_kernel_config.py ) :
98
- * Only enable figure formats ` svg ` and ` pdf ` for IPython Kernel (Jupyter
99
- Notebooks).
95
+ * [ IPython] ( base/conf/ipython/usr/local/etc/ipython/ipython_config.py ) :
96
+ * Only enable figure formats ` svg ` and ` pdf ` for IPython.
100
97
* [ JupyterLab] ( base/conf/jupyterlab/usr/local/share/jupyter/lab/settings/overrides.json ) :
101
98
* Theme > Selected Theme: JupyterLab Dark
102
99
* Terminal > Font family: MesloLGS NF
@@ -136,10 +133,7 @@ are installed.
136
133
137
134
### Customise
138
135
139
- * Terminal IPython: Create file ` ~/.ipython/profile_default/ipython_config.py `
140
- * Valid figure formats: ` png ` , ` retina ` , ` jpeg ` , ` svg ` , ` pdf ` .
141
- * IPython kernel: Create file
142
- ` ~/.ipython/profile_default/ipython_kernel_config.py `
136
+ * IPython: Create file ` ~/.ipython/profile_default/ipython_config.py `
143
137
* Valid figure formats: ` png ` , ` retina ` , ` jpeg ` , ` svg ` , ` pdf ` .
144
138
* JupyterLab: Settings > Advanced Settings Editor
145
139
* code-server: Manage > Settings
@@ -186,11 +180,13 @@ and/or pnpm:
186
180
* [ Installation | Yarn - Package Manager > Updating the global Yarn version] ( https://yarnpkg.com/getting-started/install#updating-the-global-yarn-version )
187
181
* [ Installation | pnpm > Using Corepack] ( https://pnpm.io/installation#using-corepack )
188
182
189
- ## OS Python
183
+ ## System Python
190
184
191
- Package ` libsecret-1-dev ` depends on ` python3 ` from the OS' package repository.
185
+ Package ` libsecret-1-dev ` depends on ` python3 ` from the system's package
186
+ repository.
192
187
193
- The OS' Python version is installed at ` /usr/bin ` .
188
+ The system's Python version is installed at ` /usr/bin ` .
194
189
195
- :information_source : Because the [ recent Python version] ( #python ) is installed
196
- at ` /usr/local/bin ` , it takes precedence over the OS' Python version.
190
+ :information_source : Because [ a more recent Python version] ( #python ) is
191
+ installed at ` /usr/local/bin ` , it takes precedence over the system's Python
192
+ version.
0 commit comments