Jupyter Notebooks let you combine code, comments, multimedia, and visualizations into an interactive document that can be shared, re-used, and re-worked. Originally developed for data science ...
NLP-Lab at Indiana University. The notebooks below are my personal course material used in classes since 2016 until now (2026). Feel free to use those notebooks in your classes and tutorials and share ...
See also: NLP-Lab at Indiana University. See the licensing details on the individual documents and in the LICENSE file in the code folder. The files in this folder are Jupyter-based tutorials for NLP, ...
Python and Jupyter offer a simple, powerful setup for beginner-friendly data science learning. Real-world datasets make each project practical and industry-relevant. Skills gained cover analysis, ...
At some point, we all need to show our work. Most programming work is shared either as raw source code or as a compiled executable. The source code provides complete information, but in a way that’s ...
If you are a Pythonista or a data scientist, you’ve probably used Jupyter. If you haven’t, it is an interesting way to work with Python by placing it in a Markdown document in a web browser. Part ...