What's new?
* Removed the mapped `stdio.h` and remapped the [`master.cpp`](https://github.com/takinekotfs/jupyter-cpp-kernel/blob/master/jupyter_cpp_kernel/resources/master.cpp)
* Ignore the unused variables and parameters
Solved old bugs
* Cannot run C++ on `jupyter-cpp-kernel`: 1
* Remove unused kernel `metadata`
* Cleared `g++ --version` on start and introduction
How to install/upgrade this release?
On PyPI, using `--upgrade`
sh
sudo pip install --upgrade jupyter-cpp-kernel
Or
pip install --upgrade jupyter-cpp-kernel
install_cpp_kernel --user