import sys
directory_path = os.path.abspath(os.path.join('../code_shared'))
if directory_path not in sys.path:
sys.path.append(directory_path)
import params_file as pf
import functions_file as ff
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter