This package provides the ALPACA kernel for Jupyter.
conda install -c twh alpaca_kernel_2'conda install ipykernel # Nice to havepython -m alpaca_kernel installpython -m ipykernel install
- Get
requirements_windows_minimal.txt conda config --add channels conda-forgeconda create -n my_env --file "requirements_windows_minimal.txt" --channel twhconda activate my_envpython -m alpaca_kernel installpython -m ipykernel install
git clone https://github.com/twhoekstra/alpaca_kernel_2.gitcd alpaca_kernel_2pip install -e .python -m alpaca_kernel installpython -m ipykernel install
Check out the functionality of the kernel using DEMO.ipynb