Skip to content

Commit

Permalink
Dev (#7)
Browse files Browse the repository at this point in the history
* 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
Simon-Stone and ArneLF authored Mar 23, 2022
1 parent 986b3a0 commit fc9ea5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
'console_scripts': [
'tud-ais-start = tudais.__main__:start_jupyter_server',
'tud-ais-prepare-submission = tudais.__main__:prepare_submission'
'tud-ais = tudais.__main__:start_jupyter_server',
]
}
)

0 comments on commit fc9ea5a

Please sign in to comment.