Public data

Initialization

Run code in this section when you start working with the project. It will create symbolic links necessary for file discovery within project directory structure. If project is used as a library, importing code must call the init() function.

Run initialization in the notebook.

init()
Initializing project "pubdata" and submodule "reseng"...
  Project "pubdata" root directory: "/Users/anton/work/pubdata"
  symlink: "nbs/pubdata" -> "pubdata"
  symlink: "pubdata/reseng" -> "submodules/reseng/reseng"
Initializing project "reseng"...
  Project "reseng" root directory: "/Users/anton/work/pubdata/submodules/reseng"
  symlink: "nbs/reseng" -> "reseng"
Initialization of "reseng" finished.

Initialization of "pubdata" finished.