Okay, so I have solved this. I had to do
conda install nb_convert
Also had to downgrade numpy version, as it was showing this error:
numpy has no attribute __version__
And it worked like charm! Thanks!
Okay, so I have solved this. I had to do
conda install nb_convert
Also had to downgrade numpy version, as it was showing this error:
numpy has no attribute __version__
And it worked like charm! Thanks!