Fixed bugs
Jupyter Notebook not working [RESOLVED]
Click run for Notebook with 1 cell with print("hi"), and cell outputs hi
dll not found
- download dll
- move to ... ~\Anaconda3\DLLs
- Create Jupyter notebook
sqlite.dll missing
- Click log on popup aout kernel couldn't find dll
- Go through OUTPUT which opens
- Find sqlite
go to:
Precompiled Binaries for Windows
- click download link
- sqlite-dll-win64-x64-3410200.zip
- download
- extract
C:\Users\YOURUSER\Anaconda3\DLLs
- VSCode
- Ctrl + Shift + P
- Create Jupyter Notebook
- Add ``print("hi")`
- Click Play button Run All