Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Create Fixes #136
  • Loading branch information
th-shristi authored Sep 23, 2023
commit b18d74260c230efb5f92f9aa24ccf68c1ce55376
12 changes: 12 additions & 0 deletions Fixes #136
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import seaborn as sns
no module named as seaborn
/
this error even after installing in conda install seaborn
can anybody fix this

**TO solve this error**
You have to install seaborn on your device. If you are using it on Anconda and Google colab they have seaborn library by default.
If you are using on pip, kindly run the following command on your Command Prompt

pip install seaborn
and press Enter.