Browse Source

add packages for jupyter

Daniel Busch 11 months ago
parent
commit
a9dd356e13
3 changed files with 747 additions and 42 deletions
  1. 740 41
      poetry.lock
  2. 3 0
      pyproject.toml
  3. 4 1
      src/unfccc_ghg_data/unfccc_reader/Mongolia/config_mng_bur2.py

File diff suppressed because it is too large
+ 740 - 41
poetry.lock


+ 3 - 0
pyproject.toml

@@ -26,6 +26,9 @@ dask = "^2023.12.0"
 sphinx-exec-code = "^0.10"
 ghostscript = "^0.7"
 sphinx-markdown-tables = "^0.0.17"
+notebook = "^7.2.0"
+ipywidgets = "^8.1.2"
+ipympl = "^0.9.4"
 
 [tool.poetry.extras]
 plots = ["matplotlib"]

+ 4 - 1
src/unfccc_ghg_data/unfccc_reader/Mongolia/config_mng_bur2.py

@@ -1,6 +1,7 @@
 """
-Configuration for Mongolia BUR2
+Configuration file to read Mongolia's BUR 2.
 """
+
 coords_terminologies = {
     "area": "ISO3",
     "category": "IPCC2006_PRIMAP",
@@ -355,6 +356,8 @@ country_processing_step1 = {
             "name": "National total emissions excluding LULUCF",
         },
         "3": {"sources": ["M.AG", "M.LULUCF"], "name": "AFOLU"},  # consistency check
+        # TODO why is this line repeated? Check if can be removed
+        # "M.0.EL": {"sources": ["1", "2", "M.AG", "4"]},  # consistency check
         "0": {"sources": ["1", "2", "3", "4"]},  # consistency check
     },
     "basket_copy": {

Some files were not shown because too many files changed in this diff