@@ -116,26 +116,31 @@ Some best practices
116116## project installation notes
117117
118118This section tracks some of my environments by names (corresponding to projects) and by
119- manual module installs. (Unless noted modules are installed via ` conda install ` .) I believe
120- it is considered best practive to install, for example, ` jupyterlab ` within each environment.
121- i.e. multiple instances of ` jupyterlab ` .
119+ manual module installs. (Unless noted modules are installed via ` conda install ` .)
120+ It is best practive to install, for example, ` jupyterlab ` within each environment.
121+ i.e. multiple instances of ` jupyterlab ` rather than in the ` base ` environment.
122+
123+
124+ Note that ` install jupyterlab ` installs a host of libraries; so a subsequent generation of
125+ ` environment.yml ` will elicit a lot of modules, not just ` jupyterlab ` .
122126
123127
124128- numbertheory: Basic coursework; see [ this source repository] ( https://github.com/robfatland/ant ) .
125129 - jupyterlab: run this using the command ` jupyter-lab `
126130 - matplotlib: typical charting accessed in ` pyplot ` via ` from matplotlib import pyplot as plt `
127131 - Note this breaks with the domain name heuristic.
128132 - potentially: ` FLINT ` and then ` python-flint ` wrapper
129- - epipelargosy
133+ - epipelargosy: A Jupyter book on observational oceanography; plus ` oceanclient ` a simple demonstrator data client
130134 - jupyterlab
131135 - matplotlib
132136 - pandas
137+ - already built in: IPython and sub-modules such as ` Image `
133138- pbytes
134139 - jupyterlab
135140 - matplotlib
136141 - pandas
137142 - already built in: requests, turtle
138- - sodium (repos ` sodium ` and ` steam ` )
143+ - sodium (repositories ` sodium ` and ` steam ` )
139144 - jupyterlab
140145 - matplotlib
141146 - pandas
0 commit comments