- Adds support for Google Colab's new runtime (Python 3.8)
- Fixes Colab checking function
k2s get
accepts GitHub URLS (the ontas that show notebook preview)- Adds
--no-jupyter
option tok2s get
to skip opening Jupyter - Support for customizing
k2s
home path pkg_exists
supports pinned packages- Better path detection (ignore
matplotlib
settings, empty strings and extensions with spaces)
- Shows spinner when running long processes
- Adds anonymous telemetry
- Caching
install
when using Colab
- Adds support for Google Colab
- Parsing
%load_ext {pkg_name}
- Showing progress when installing packages
- Adding
metadata.kernelspec
info to notebook if missing
- Parsing string literals in notebooks and downloading them if they exist
- Ignores parsed
pip install
options - Created virtual environment has
{name}-env
format
- First release