Skip to content

First project

icarus edited this page Feb 11, 2019 · 3 revisions

Create your first workspace

When you visit jupyter lab at port 9999 first time, you can see there is a lib folder. Lib folder stores customised python packages. To create your first workspace, we recommend you to follow the suggestions below such that can fit our tools in the future.

  • create a folder with your name followed by -ws such as icarus-ws

Create your first project

  • inside your workspace, create a new folder named by the project purpose such as hello_world
  • inside your project, create two folders, notebook and data
  • notebook is to store jupyter notebooks
  • data is to store generated data, non-generated data and large data is recommended to save in cloud
  • backup of notebook is recommended
  • inside your notebook, you can create your first notebook
project_structure
Clone this wiki locally