Closed uschille closed 3 years ago
I think providing a few more detail about installing and lunching Jupyter is a good idea. The current span from 1 (download and install Anaconda) to 2 (install ipympl and test run plt.show()) on the current setup page is a bit large. It should be good to provide both installations in Anaconda Prompt and Anaconda Navigator. The latter one should be a good solution for users with fewer python backgrounds.
Thanks for your feedback @Boyu-Zhang-UOI. We are currently in the process of translating the code examples in the lesson episodes to Jupyter notebook style. We are planning to revisit the setup instructions once the revisions are complete.
Instructions also imply everything in an images directory, while all our scripts use data/, so we will want to revise that
Epsiode 7 uses glob, so we will want to include that in the setup.
Epsiode 7 uses glob, so we will want to include that in the setup.
glob
is part of the standard library so it doesn't need special mention in the setup instructions.
Epsiode 7 uses glob, so we will want to include that in the setup.
glob
is part of the standard library so it doesn't need special mention in the setup instructions.
oops, guess I lost track. I could swear that I had to install it when I started in the carpentries and that was not that long ago, lol
@bobturneruk commented on #165: