File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 51
51
print ("All required packages installed" )
52
52
else :
53
53
print (
54
- "Please install these missing packages "
55
- "to be able to run the Imaging Notebooks."
54
+ "Please install these missing packages to be able to run the Imaging Notebooks."
56
55
)
57
56
missing = [k for k , v in import_result .items () if not v ]
58
57
print ("\t " + "\n \t " .join (missing ))
Original file line number Diff line number Diff line change 227
227
"# this is using the hsnt kernel conda environment\n",
228
228
"\n",
229
229
"import warnings\n",
230
- "warnings.filterwarnings('ignore')\n",
230
+ "\n",
231
+ "warnings.filterwarnings(\"ignore\")\n",
231
232
"\n",
232
233
"%matplotlib inline\n",
233
234
"\n",
234
235
"from __code.white_beam import WhiteBeam\n",
235
236
"\n",
236
237
"from __code import system\n",
238
+ "\n",
237
239
"system.System.select_working_dir()\n",
238
240
"from __code.__all import custom_style\n",
241
+ "\n",
239
242
"custom_style.style()"
240
243
]
241
244
},
You can’t perform that action at this time.
0 commit comments