Skip to content

1.0.0a6

Compare
Choose a tag to compare
@shiroinekotfs shiroinekotfs released this 26 Jan 15:30
· 46 commits to master since this release
b4ea260

By created PRs

Full Changelog: 1.0.0a5...1.0.0a6

TL;DR

What's new?

  1. C++ w/ multi-threading (in #21)
  2. text/markdown bug with multiple lines in C++ (in #18)
  3. application/pdf in displaying PDF files (both local and PDF over the Internet)
  4. Removed unnecessary Python modules
  5. 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