My core.


License
CNRI-Python-GPL-Compatible
Install
pip install ozcore==2.1.1

Documentation

OzCore

OzCore is my core.

PyPI version Documentation Status HitCount

OzCore is automating my boring stuff. A time saver gadget for me.

Installation

I. Pip simple

Published latest stable version

pip install ozcore

II. Latest from GitHub with Pip

Latest dev version from GitHub

pip install git+https://github.com/ozgurkalan/OzCore --force-reinstall --no-deps

III. GitHub clone

git clone https://github.com/ozgurkalan/OzCore.git

Jupyter Kernel

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

Jupyter Extensions

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