I'm working with quite a large dataset to plot some graphs with Julia on Jupyter notebook on my laptop. But while plotting it's taking too much time to load and my laptop starts lagging. So, I thought if I run the code on GPU it might lessen the lagging. But I couldn't find any clear instructions on the net about set up Jupyter Notebook on GPU for running Julia. I'm working on Windows 10 and I have a dedicated GPU on my laptop with the following specifications:
***NVIDIA GeForce 940MX
Driver version: 27.21.14.5241
Driver date: 9/23/2020
DirectX version: 12 (FL 11.0)
Physical location: PCI bus 1, device 0, function 0
Utilization 0%
Dedicated GPU memory 0.0/4.0 GB
Shared GPU memory 0.0/3.9 GB
GPU Memory 0.0/7.9 GB***
Can anyone please help me to run Jupyter Notebook with GPU for Julia?
