4. Data Science Portfolio#
Review Github vocab in your GitHub vocab repo
Update your GitHub Profile README to practice GitHub
Upload the rest of your notebooks and clean them up so that they are how you want your portfolio to look
Try at least one customization from jupyterbook. You can choose your own from the documentation or use one of the recommendations below.
4.1. Recommended Customizations#
4.1.1. a glossary#
Tip
This is recommended
Add a glossary in a new file with at least 3 terms you learned
Reference at least two terms to where those terms are used in your portfolio.
add your glossary file to your toc
4.1.2. Add another page#
Create a markdown file
add content
link it to your ToC
update your TOC to have parts, not only a list of chapters
put your notebooks in one part and your new page in a different part
4.1.3. Jupytext and special content blocks#
Warning
this one sometimes (but not always, so I did not know in advance) breaks jupyterhub
in a terminal on jupyterlab, run
pip install jupytext
use jupytext to save your notebook as myst markdown
upload the markdown version of your notebook
edit on github to add special content block