Usage#

An example for using ipython directives or jupytext

jupytext#

import pyproject2conda

a = 1
print(a)
1

ipython directive#

To use Python Boilerplate in a project:

import pyproject2conda

see, e.g., another_func()

ipython example…

In [1]: import pyproject2conda