Skip to content

Instantly share code, notes, and snippets.

@scubamut
Last active June 21, 2022 07:42
Show Gist options
  • Save scubamut/4352a3e1c7d3d354fb830f4e2a127a1e to your computer and use it in GitHub Desktop.
Save scubamut/4352a3e1c7d3d354fb830f4e2a127a1e to your computer and use it in GitHub Desktop.
import sys
if 'ziptrader36' in sys.path[1]:
active_kernel = 'ziptrader36'
elif 'zipline-reloaded' in sys.path[1]:
active_kernel = 'zipline-reloaded'
else:
active_kernel = 'not ziptrader36 or zipline-reloaded'
print(active_kernel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment