neutrons / IPythonNotebookTutorial

IPython Notebook Tutorial for the scientists
2 stars 0 forks source link

Contents #8

Open ricleal opened 6 years ago

ricleal commented 6 years ago

I'm adding the contents here so we don't repeat work. This is just a draft, please edit this.

  1. Intro to Jupyter @JeanBilheux

    • Shift tab / Shift Enter
    • cells (edit and running mode)
    • Read / import files from linux (?). If so, what about a function in a file? E.g. func add(a, b)
  2. Intro to Python

    • Simple intro to python: var assignment, types, code formatting, etc...
  3. Intro to plotting @ricleal

    • os.path
    • numpy arrays + recarrays
    • numpy indexing
    • scatter plots with log
  4. Advanced plotting @yxqd

    • loops
    • multiple plots
    • Accessing axis #5
    • legend
    • latex?
    • table with print and format left, right precision?
  5. Fitting @granrothge

    • lmfit
  6. HDF file reading (Andrei I believe)

  7. Mantid Python @AndreiSavici

  8. Notebooks and widgets (Jean) :-) (Just if we get bored at the end)

yxqd commented 6 years ago

@ricleal just to make sure: my task is improving "3 - Multiple plots - Glob.ipynb", right?

ricleal commented 6 years ago

@yxqd : Since we had to split the notebook into 2 parts, I would suggest you to do that. Is that OK for you?