13macattack37 commited on
Commit
13599ad
1 Parent(s): fc5fe5b

Adding a notebook

Browse files
Files changed (1) hide show
  1. politweet_notebook.ipynb +48 -0
politweet_notebook.ipynb ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 1,
6
+ "metadata": {},
7
+ "outputs": [
8
+ {
9
+ "name": "stdout",
10
+ "output_type": "stream",
11
+ "text": [
12
+ "test\n"
13
+ ]
14
+ }
15
+ ],
16
+ "source": [
17
+ "print(\"test\")"
18
+ ]
19
+ }
20
+ ],
21
+ "metadata": {
22
+ "kernelspec": {
23
+ "display_name": "Python 3.9.13 64-bit (windows store)",
24
+ "language": "python",
25
+ "name": "python3"
26
+ },
27
+ "language_info": {
28
+ "codemirror_mode": {
29
+ "name": "ipython",
30
+ "version": 3
31
+ },
32
+ "file_extension": ".py",
33
+ "mimetype": "text/x-python",
34
+ "name": "python",
35
+ "nbconvert_exporter": "python",
36
+ "pygments_lexer": "ipython3",
37
+ "version": "3.9.13"
38
+ },
39
+ "orig_nbformat": 4,
40
+ "vscode": {
41
+ "interpreter": {
42
+ "hash": "2c941f610fa9a3793151ac35a44310fc02ec1e13b064cbe054cb489da31dfe6c"
43
+ }
44
+ }
45
+ },
46
+ "nbformat": 4,
47
+ "nbformat_minor": 2
48
+ }