If you like your Jupyter notebook to have the dark theme even with Gradient, you can use these two lines in Paperspace
!pip install jupyterthemes
!jt -t chesterish
If you like your Jupyter notebook to have the dark theme even with Gradient, you can use these two lines in Paperspace
!pip install jupyterthemes
!jt -t chesterish
This is awesome, thanks @Albertotono