Skip to content

Commit

Permalink
edits to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 18, 2023
1 parent 3bd4a3d commit 91657e9
Show file tree
Hide file tree
Showing 6 changed files with 429 additions and 16 deletions.
5 changes: 4 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ parts:
- caption: Getting Started
chapters:
- file: content/notebooks/BW2_for_beginners.ipynb
- file: content/notebooks/BW25_for_beginners.ipynb
- file: content/notebooks/BW25_for_beginners.ipynb
- caption: Contributing
chapters:
- file: content/markdown/contributing.md
5 changes: 5 additions & 0 deletions content/markdown/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributing to the Book

```{note}
More information coming soon!
```
11 changes: 0 additions & 11 deletions content/markdown/hybridization.md

This file was deleted.

12 changes: 9 additions & 3 deletions content/notebooks/BW25_for_beginners.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Authors\n",
"\n",
"This notebook was authored by Alya Bolowich and Sabina Bednarova using excerpts from Max Koslowski's [Brightway2 tutorial](https://github.com/maximikos/Brightway2_Intro/blob/master/BW2_tutorial.ipynb). "
"```{admonition} Authors\n",
":class: note\n",
"This page was created by Alya Bolowich and Sabina Bednarova using excerpts from Max Koslowski's [Brightway2 tutorial](https://github.com/maximikos/Brightway2_Intro/blob/master/BW2_tutorial.ipynb).\n",
"```\n",
"\n",
"```{admonition} License\n",
":class: tip\n",
"This page is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). Cite it as: `\"BW25 for Beginners\", \"Learn Brightway\" Online Book (https://learn.brightway.dev/) by Brightway Contributors (2023)`.\n",
"```"
]
},
{
Expand Down
17 changes: 16 additions & 1 deletion content/notebooks/BW2_for_beginners.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@
"# Brightway2 for Beginners"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```{admonition} Authors\n",
":class: note\n",
"This page was created by [Karin Treyer](https://www.psi.ch/en/ta/people/karin-treyer), [Anish Koyamparambath](https://www.linkedin.com/in/anishkoyamparambath/) and [Michael Weinold](https://www.linkedin.com/in/michaelweinold/) in September 2023 as part of the [BrightCon 2023 hackathon](https://web.archive.org/web/20230918043912/https://2023.brightcon.link/).\n",
"```\n",
"\n",
"```{admonition} License\n",
":class: tip\n",
"This page is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). Cite it as: `\"BW2 for Beginners\", \"Learn Brightway\" Online Book (https://learn.brightway.dev/) by Brightway Contributors (2023)`.\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -24,7 +39,7 @@
"id": "lxki6djrDTJ_"
},
"source": [
"[Anaconda is a python distribution](https://en.wikipedia.org/wiki/Anaconda_(Python_distribution) comes with the useful `conda` package manager. The distribution is available in two forms:\n",
"[Anaconda is a python distribution](https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)) comes with the useful `conda` package manager. The distribution is available in two forms:\n",
"\n",
"1. **[Anaconda](https://www.anaconda.com/about-us)** is a full fledged distribution with multiple packages installed. It comes with a wide range of data analysis, machine learning, and scientific computing libraries pre-installed, making it a comprehensive package for data scientists.\n",
"Anaconda can be installed from the [Anaconda download page](https://www.anaconda.com/download).\n",
Expand Down
Loading

0 comments on commit 91657e9

Please sign in to comment.