We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc6eae commit 8e33c9dCopy full SHA for 8e33c9d
user/MialFolder/test.py
@@ -0,0 +1,6 @@
1
+# import mantid algorithms, numpy and matplotlib
2
+from mantid.simpleapi import *
3
+import matplotlib.pyplot as plt
4
+import numpy as np
5
+
6
+print("Test")
0 commit comments