Skip to content

yhan/py2

Repository files navigation

Define functions in py file and use them in Notebook

  1. Top cell
    %load_ext autoreload
    %autoreload 2
import functions as fn
import importlib
importlib.reload(fn)  # ? force reload from updated source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors