pknayak commited on
Commit
3f22247
1 Parent(s): b386cb4

Removing matplotline

Browse files

Error due to `%matplotlib inline SyntaxError: invalid syntax`

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ from collections import Counter
26
 
27
  import matplotlib.pyplot as plt
28
  import seaborn as sns
29
- %matplotlib inline
30
  from matplotlib.gridspec import GridSpec
31
  import plotly.offline as py
32
  import plotly.express as px
 
26
 
27
  import matplotlib.pyplot as plt
28
  import seaborn as sns
29
+
30
  from matplotlib.gridspec import GridSpec
31
  import plotly.offline as py
32
  import plotly.express as px