Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added notebooks and manifest file so the notebooks are distributed with both the binary and source distribution of the package. Made sure the working directory for the IJupyter server is correctly set to the notebooks root directory. * Added dependencies * Refactored __main__.py * Decided on naming scheme: Package name is "tud-ais", import name is "tudais", shell command to start server in notebook directory is "tud-ais". * Added TUD-CD-theme-usage via tudthemes-package (#2) * adds a dash to the package name fixes wrong path in MANIFEST.in starts work on README * removes dash from module name * adds instructions on how to run the lab to the readme * fixes a typo in mailto link * Feature prepare submission (#5) * Dev (#3) * Added notebooks and manifest file so the notebooks are distributed with both the binary and source distribution of the package. Made sure the working directory for the IJupyter server is correctly set to the notebooks root directory. * Added dependencies * Refactored __main__.py * Decided on naming scheme: Package name is "tud-ais", import name is "tudais", shell command to start server in notebook directory is "tud-ais". * Added TUD-CD-theme-usage via tudthemes-package (#2) * adds a dash to the package name fixes wrong path in MANIFEST.in starts work on README * removes dash from module name * adds instructions on how to run the lab to the readme * fixes a typo in mailto link Co-authored-by: ArneLF <[email protected]> * adds a getter for the notebook directory * adds functions to prepare a ZIP archive of the completed lab material ready for submission. * only include files in the submission archive from folders that contain the file .include_in_submission * updates README.md * Bumps the version number * Updated readme Co-authored-by: ArneLF <[email protected]> * Update setup.py Co-authored-by: ArneLF <[email protected]>
- Loading branch information