Installing CsoundMagics

This cookbook provides an extension for Csound in Jupyter which adds four magics commands, two functions, and one class to the IPython kernel. There is also a Codemirror mode for Csound code syntax highlighting.

Download the csoundmagics directory on your system, and from this dir run the command:

python3 installCsoundmagics.py

This will copy the csoundmagic extension in the user's ipython dir, copy the csound.js mode in the codemirror mode directory of Jupyter, and copy the custom.js file in the user's jupyter dir.

See the 06-csoundmagics and 07-icsound notebooks for the use of this extension.


In [ ]: