Skip to content

Commit

Permalink
cleaned up demo notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-mounce committed Nov 28, 2023
1 parent d961d0e commit 775526e
Show file tree
Hide file tree
Showing 10 changed files with 476 additions and 736 deletions.
55 changes: 25 additions & 30 deletions demo_notebooks/01-example_property_scans.ipynb

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions demo_notebooks/02-example_plotting_multiD_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,9 @@
}
],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"\n",
"import sys, os\n",
"sys.path.append('../../pyscan/')\n",
"\n",
"import pyscan as ps\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n"
"import numpy as np"
]
},
{
Expand Down
6 changes: 0 additions & 6 deletions demo_notebooks/03-example_repeat_scans.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
}
],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"\n",
"import sys, os\n",
"sys.path.append('../../pyscan/')\n",
"\n",
"import pyscan as ps\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np"
Expand Down
6 changes: 0 additions & 6 deletions demo_notebooks/04-example_average_scans.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
}
],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"\n",
"import sys, os\n",
"sys.path.append('../../pyscan/')\n",
"\n",
"import pyscan as ps\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np"
Expand Down
7 changes: 0 additions & 7 deletions demo_notebooks/05-example_function_scans.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
}
],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"\n",
"import sys\n",
"\n",
"sys.path.append('../../pyscan')\n",
"\n",
"import pyscan as ps\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt"
Expand Down
182 changes: 0 additions & 182 deletions demo_notebooks/06-example_rasterscan.ipynb

This file was deleted.

181 changes: 181 additions & 0 deletions demo_notebooks/06-example_sparsesweep.ipynb

Large diffs are not rendered by default.

188 changes: 0 additions & 188 deletions demo_notebooks/07-example_sparsesweep.ipynb

This file was deleted.

269 changes: 269 additions & 0 deletions demo_notebooks/07-example_timed_propertyscan.ipynb

Large diffs are not rendered by default.

310 changes: 0 additions & 310 deletions demo_notebooks/08-example_timed_propertyscan.ipynb

This file was deleted.

0 comments on commit 775526e

Please sign in to comment.