jupyter_notebook_name#
API documentation for tradeexecutor.utils.jupyter_notebook_name Python module in Trading Strategy.
Module description#
Get Jupyter notebook filename.
The code lifted from ipynbname project by Mark McPherson https://github.com/msm1089/ipynbname
Do the complex dance to figure out the Jupyter notebook filename
Warning
TODO: Does not work in Pycharm
Functions#
Returns the short name of the notebook w/o the .ipynb extension, or raises a FileNotFoundError exception if it cannot be determined. |
|
|
Returns the absolute path of the notebook, or raises a FileNotFoundError exception if it cannot be determined. |