Skip to content
Snippets Groups Projects
Verified Commit ba1ff03a authored by Alexander Dunkel's avatar Alexander Dunkel
Browse files

Update notebook 4 to 2024

parent 68fb0c59
No related branches found
No related tags found
No related merge requests found
......@@ -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, &amp; 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, &amp; 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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment