Skip to content

Commit

Permalink
edit import library
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragan Bogatic authored and Dragan Bogatic committed Sep 29, 2021
1 parent cb7d92c commit b334455
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions company_sentiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 393,
"source": [
"import numpy as np\n",
"import pandas as pd\n",
Expand All @@ -22,7 +22,7 @@
"analyzer = SentimentIntensityAnalyzer()\n",
"\n",
"warnings.filterwarnings(\"ignore\")\n",
"%matplotlib_inline"
"%matplotlib inline"
],
"outputs": [
{
Expand All @@ -31,8 +31,7 @@
"text": [
"[nltk_data] Downloading package vader_lexicon to\n",
"[nltk_data] /Users/draganbogatic/nltk_data...\n",
"[nltk_data] Package vader_lexicon is already up-to-date!\n",
"UsageError: Line magic function `%matplotlib_inline` not found.\n"
"[nltk_data] Package vader_lexicon is already up-to-date!\n"
]
}
],
Expand Down

0 comments on commit b334455

Please sign in to comment.