We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3d867 commit 04d7135Copy full SHA for 04d7135
examples/context.py
@@ -5,9 +5,6 @@
5
import os
6
import sys
7
8
-# This is an ugly hack. Jupyter notebook runs in a different path than plain python.
9
-sys.path.insert(0, os.path.abspath("../.."))
10
-sys.path.insert(0, os.path.abspath(".."))
11
sys.path.insert(0, os.path.abspath("."))
12
13
import pystran
0 commit comments