rosenbrockc / acorn

Automatic Computational Research Notebook
MIT License
0 stars 1 forks source link

Instantiation of JS objects to represent the notebook from JSON file. #15

Open rosenbrockc opened 8 years ago

rosenbrockc commented 8 years ago

@wsmorgan The acorn.js file is now in working order. There are instructions to help you get started in ./tests/README.md. Let me know if you have difficulty getting the example file to work.

rosenbrockc commented 8 years ago

@wsmorgan I added a function acorn.logging.database.list_tasks that will list all the projects and tasks in the configured database directory. Just call that function when you need to setup the tabs. Also, create a new package called server in acorn for all the django stuff you are working on.

rosenbrockc commented 7 years ago

@wsmorgan Did we make any changes to acorn.js together that one day when we were debugging the frontend?

wsmorgan commented 7 years ago

@rosenbrockc We did in the copy of it that exists in server/ui/static/js but not in the main js folder in the main directory.