Simple reusable magics.
Project description
magical-magic
Dead simple reusable IPython magics.
Installation
pip install magical-magic
Basic Usage
import magical
env = magical.register_jinja2_magic() # returns a jinja environment
magical.register_mistune_magic(escape=False)
magical.register_yaml_magic()
<IPython.core.display.Javascript object>
<IPython.core.display.Javascript object>
<IPython.core.display.Javascript object>
data = {'🐮': 'moo', '🐑': 'bah', '🔥': 'burn'}
%%jinja2
# Jinja Cell Magics
`%%jinja2` inserts data from the notebook into the template.
## An example of a list
{% for key in data %}* {{key}} - __{{data[key]}}__
{% endfor %}
Jinja Cell Magics
%%jinja2 inserts data from the notebook into the template.
An example of a list
🐮 - moo
🔥 - burn
🐑 - bah
%%mistune -d
## Mistune Cell Magics
`%%mistune` uses a pure Python markdown parser. For convenience, jinja templates can be used to
tell us about the length of `data` is {{data.__len__()}}.
Development
Running the Build and Tests
pip install -r requirements-dev.txt
python setup.py develop
watchmedo tricks tricks.yaml
The watchmedo script will convert your notebooks to scripts and html files. py.test-ipynb will test all notebooks matching test-*.ipynb.
Running the docs
jekyll serve docs -wit
Docs are hosted at http://localhost:4000/magical-magic/.
License
magical-magic is released as free software under the BSD 3-Clause license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
magical-magic-0.0.9.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file magical-magic-0.0.9.tar.gz
.
File metadata
- Download URL: magical-magic-0.0.9.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f8b55983cfb29efe0817e547f5550fead8a07c09600c825468c04d2ec6411221
|
|
MD5 |
9cd953c36c247f409a5fae99fa25d30f
|
|
BLAKE2b-256 |
519604414dc1c166776164350547ade4d8c24e880d747be66554439b24db1a21
|
File details
Details for the file magical_magic-0.0.9-py3.5.egg
.
File metadata
- Download URL: magical_magic-0.0.9-py3.5.egg
- Upload date:
- Size: 7.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
59876075e47cb3e42df886864c1d01654248ce9733cfc0916e76ddd71d0ec9db
|
|
MD5 |
639aea5b95c3f6261d3ae4d758c20416
|
|
BLAKE2b-256 |
e85a1afca2789ebb7db19ccd93c4ff43ebb36bcde780206f6f9e35e176fa87ae
|