jupyter_notebook_name#

API documentation for tradeexecutor.utils.jupyter_notebook_name Python module in Trading Strategy.

Module description#

Get Jupyter notebook filename.

Warning

TODO: Does not work in Pycharm

Functions#

get_notebook_name()

Returns the short name of the notebook w/o the .ipynb extension, or raises a FileNotFoundError exception if it cannot be determined.

path()

Returns the absolute path of the notebook, or raises a FileNotFoundError exception if it cannot be determined.