From ba1ff03a10179fa3438a8310f47778dbebf56ca4 Mon Sep 17 00:00:00 2001 From: Alexander Dunkel <alexander.dunkel@tu-dresden.de> Date: Fri, 12 Jan 2024 09:54:03 +0100 Subject: [PATCH] Update notebook 4 to 2024 --- md/04_topic_classification.md | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/md/04_topic_classification.md b/md/04_topic_classification.md index 8197e54..c3dd517 100644 --- a/md/04_topic_classification.md +++ b/md/04_topic_classification.md @@ -6,25 +6,30 @@ jupyter: extension: .md format_name: markdown format_version: '1.3' - jupytext_version: 1.14.4 + jupytext_version: 1.14.5 kernelspec: display_name: 04_topics_env language: python - name: topics_env + name: topic_env --- <div style="width: 100%;display: flex; align-items: top;"> <div style="float:left;width: 80%;text-align:left;position:relative"> <h1>Part 4: Topic Classification of Social Media</h1> - <p><strong>Workshop: Social Media, Data Analysis, & Cartograpy, WS 2022/23</strong><p> - <p><em>Madalina Gugulica, <a href="mailto:alexander.dunkel@tu-dresden.de">Alexander Dunkel</a>, Institute of Cartography, TU Dresden</em><br><img src="https://kartographie.geo.tu-dresden.de/python_datascience_course/version.svg" style="float:left"></p></div> - <div style="float:right"> - <img src="https://kartographie.geo.tu-dresden.de/python_datascience_course/TU_Dresden_Logo_blau_HKS41.svg" style="position:relative;width:256px;margin-top:0px;margin-right:10px"/> + <p><strong>Workshop: Social Media, Data Analysis, & Cartograpy, WS 2023/24</strong><p> + <p><em><a href="mailto:madalina.gugulica@tu-dresden.de">Madalina Gugulica</a>, Institute of Cartography, TU Dresden</em> + <p><em><a href="mailto:alexander.dunkel@tu-dresden.de">Alexander Dunkel</a> + <br> Leibniz Institute of Ecological Urban and Regional Development, + Transformative Capacities & Research Data Centre & TU Dresden, + Institute of Cartography</em></p><br><img src="https://kartographie.geo.tu-dresden.de/ad/jupyter_python_datascience/version.svg" style="float:left"></p></div> + <div style="float: right;"> + <div style="width:300px"> + <img src="https://kartographie.geo.tu-dresden.de/ad/jupyter_python_datascience/FDZ-Logo_DE_RGB-blk_bg-tra_mgn-full_h200px_web.svg" style="position:relative;width:256px;margin-top:0px;margin-right:10px;clear: both;"/> + <img src="https://kartographie.geo.tu-dresden.de/ad/jupyter_python_datascience/TU_Dresden_Logo_blau_HKS41.svg" style="position:relative;width:256px;margin-top:0px;margin-right:10px;clear: both;"/> + </div> </div> </div> -<img src="https://ad.vgiscience.org/mobile_cart_workshop2020/img_topics.png" style="width:500px;text-align:left;position:relative;float:left"> - This is the fourth notebook in a series of four notebooks: @@ -43,9 +48,18 @@ Open these notebooks through the file explorer on the left side. <div class="alert alert-warning" role="alert" style="color: black;"> <ul> - <li>Please make sure that <strong>"04_topics_env"</strong> is shown on the + <li>For this notebook, please make sure that <code>04_topics_env</code> is shown on the <strong>top-right corner</strong>. If not, click & select.</li> </ul> + <details style="margin-left: 1em;"><summary style="cursor: pointer;"><strong>Link the environment for this notebook, if not already done.</strong></summary>Use this command in a notebook cell: +<pre><code> +!/projects/p_lv_mobicart_2324/topics_env/bin/python \ + -m ipykernel install \ + --user \ + --name topics_env \ + --display-name="04_topics_env" +</code></pre> +</details> </div> @@ -567,7 +581,7 @@ tools.clean_folders( </div> -```python jupyter={"source_hidden": true} tags=[] +```python root_packages = [ 'python', 'geoviews', 'holoviews', 'ipywidgets', 'geopandas', 'shapely', -- GitLab