OzCore is my core.
OzCore is automating my boring stuff. A time saver gadget for me.
Published latest stable version
pip install ozcore
Latest dev version from GitHub
pip install git+https://github.com/ozgurkalan/OzCore --force-reinstall --no-deps
git clone https://github.com/ozgurkalan/OzCore.git
For your Jupyter Notebook to run in your dedicated environment, use the following script:
# add kernell to Jupyter python -m ipykernel install --user --name=<your_env_name>
Fresh installs may have problems with enabling extentions. You shall run the commands below to activate.
jupyter nbextension enable --py --sys-prefix widgetsnbextension
This step copies the nbextensions
javascript and css files into the jupyter server’s search directory, and edits some jupyter config files.
jupyter contrib nbextension install --system