Skip to content

Commit

Permalink
First preparations for autumn 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
khliland committed Aug 9, 2024
1 parent a7a16e1 commit ab07cfe
Show file tree
Hide file tree
Showing 643 changed files with 1,289,024 additions and 2,062 deletions.
14 changes: 7 additions & 7 deletions D2Dbook/0_General/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"source": [
"## Status\n",
"This book has been filled and updated during the autumn semester of 2023. It will be updated and revisioned for future courses. Suggestions and contributions from the community are welcome. \n",
"This book is an update to the [2023 version](https://khliland.github.io/IND320/2023/) and will be developed further throught the autumn of 2024. Suggestions and contributions from the community are welcome. \n",
"\n",
"## Audience\n",
"- The main audience will be those who follow IND320 as regular students at NMBU.\n",
Expand Down Expand Up @@ -71,12 +71,12 @@
},
"source": [
"### Software requirements\n",
"- Basic functionality requires Python (originally built with version 3.11.6) and packages _matplotlib_, _numpy_, _json_, _datetime_.\n",
"- Basic functionality requires Python (originally built with version 3.12.4) and packages _matplotlib_, _numpy_, _json_, _datetime_.\n",
"- For more advanced plotting: _plotly_.\n",
"- For databases:\n",
" - E.g., [docker](https://docs.docker.com/desktop/install) with [Cassandra](https://cassandra.apache.org/doc/latest/cassandra/getting_started/installing.html) database having the expected tables.\n",
" - Python packages _cassandra-driver_, _cql_\n",
" - PySpark has different requirements from platform to platform. See [Installation](../6_Appendix/Installation.ipynb).\n",
" - PySpark has different requirements from platform to platform. See [Installation](../7_Appendix/Installation.ipynb).\n",
"- For APIs:\n",
" - Python packages _requests_, _flask_\n",
"- For machine learning:\n",
Expand All @@ -101,7 +101,7 @@
"- GitHub: for easy syncing of lecture material and storage of projects.\n",
"- OpenWeatherMap.org: for API access.\n",
"- Power BI: for projects in deployment.\n",
"- Google/Microsoft/OpenAI: for Google Bard/Bing chat/ChatGPT or other equivalent service."
"- Google/Microsoft/OpenAI: for Google Gemini/Microsoft Copilot/ChatGPT or other equivalent service."
]
},
{
Expand All @@ -118,9 +118,9 @@
" - Free for [students and educators](https://education.github.com/) through Global Campus\n",
" - Use the _Benefits_ menu on top of the webpage after logging in to access free accounts.\n",
" - Includes [chat for those who sign up](https://github.com/features/preview) plus [beta projects](https://githubnext.com/)\n",
"- [Google Bard](https://bard.google.com) (requires Google account)\n",
"- [ChatGPT](https://chat.openai.com/) (requires OpenAI account)\n",
"- [Bing chat](https://bing.com) (requires Microsoft account)\n",
"- [Google Gemini](https://gemini.google.com) (requires Google account)\n",
"- [ChatGPT](https://chatgpt.com/) (requires OpenAI account)\n",
"- [Microsoft Copilot (Bing chat)](https://bing.com) (requires Microsoft account)\n",
" \n",
"Note! None of these are compulsory to use as they may breach GDPR and require sharing of personal information with a 3rd party. However, student emails typically have a Microsoft account attached, i.e., give you access to Bing chat with minimum effort."
]
Expand Down
Loading

0 comments on commit ab07cfe

Please sign in to comment.