tritemio / FRETBursts

Burst analysis software for smFRET. **Moved to OpenSMFS organization**
https://github.com/OpenSMFS/FRETBursts
GNU General Public License v2.0
16 stars 17 forks source link

Rework Notebook intialization #17

Closed tritemio closed 9 years ago

tritemio commented 10 years ago

Currently FRETBursts is usually imported in a notebook through an helper script (load_fretbursts.py) that also performs some notebook-specific initialization and imports.

Any notebook-specific initialization should be done in a ad-hoc function like init_notebook().

Advantages:

tritemio commented 9 years ago

In latest master, load_fretbursts.py is not used anymore by default.

init_notebook() may still be a good idea though.

tritemio commented 9 years ago

init_notebook() implemented in c6459c694fb1454190d3d8c6f349e8b7f78ec738, closing.