1.0.0a6
By created PRs
Full Changelog: 1.0.0a5...1.0.0a6
TL;DR
What's new?
- C++ w/ multi-threading (in #21)
text/markdown
bug with multiple lines in C++ (in #18)application/pdf
in displaying PDF files (both local and PDF over the Internet)- Removed unnecessary Python modules
- Update math and metric prefix
Requirements (pre-install)
Windows
You have to install GNU Compiler Collection for Windows before doing any additional installation
Linux/macOS
You have to install GNU Compiler Collection that is compatible with your OS. You may need to go search for yourself.
How to install/upgrade?
Windows
python -m pip install --upgrade jupyter-cpp-kernel
Linux/macOS
sudo pip install --upgrade jupyter-cpp-kernel
# Or
pip install --upgrade jupyter-cpp-kernel