jaxmat package#

Subpackages#

Submodules#

Module contents#

get_path(notebook_fallback=None)[source]#

Return the directory of the current demo. - In scripts: based on __file__ - In notebooks: fallback to Path.cwd() or a provided path

Return type:

Path

Parameters:

notebook_fallback (str | None)