Skip to content
Snippets Groups Projects

Added import message

Merged Delorme, Maxime Dr (Physics) requested to merge rambody-group/astro_lab:master into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
print('Importing libraries ... please wait ...')
import matplotlib as mpl
mpl.use('Qt4Agg')
Loading