How To Change Your Theme In Jupyter Notebook (IN 2 LINES OF CODE)

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Tired of your plain old default theme? It's time to give your notebooks a whole new look and feel! Here's how:
    In your terminal/notebook:
    1) pip install jupyterthemes
    2) jt -t monokai -T -N
    3) Re-launch/refresh your notebook
    Done!
    Code: github.com/All...
    Music: • 10 LOFI BEATS IN 10 MI...

Комментарии • 241

  • @ProgrammerError
    @ProgrammerError  4 года назад +8

    Leave your questions/suggestions/thoughts below! ⬇️⬇️⬇️

    • @trs_4612
      @trs_4612 4 года назад

      ProgrammerError thanks for response. After some digging it had something to do with changing $PATH. So glad I finally got it to work.

    • @ProgrammerError
      @ProgrammerError  4 года назад +1

      @@trs_4612 That's great!

    • @MrNaresh777
      @MrNaresh777 3 года назад

      i can't get the theme i am working on AVG... can you help me please?

    • @sujantkumarkrishnvanshi121
      @sujantkumarkrishnvanshi121 3 года назад

      Everything happened the way u showed.. Requirements satisfied shown. List shown.. Commands run I saved too *but on refresh, theme didn't change*

    • @ProgrammerError
      @ProgrammerError  3 года назад

      @@MrNaresh777 Sorry, what is AVG? What have you tried and what is the issue?

  • @yourbestie4138
    @yourbestie4138 4 года назад +4

    Thanks man it worked guys after changing theme and if you are not able to see the changes then just close jupypter notebook and open it again then you can see the changes

    • @ProgrammerError
      @ProgrammerError  4 года назад

      That’s great!

    • @hosea_br
      @hosea_br 3 года назад

      thanks dude! I kept reloading it but it didn't change anything
      I thought it wouldn't work for me

  • @sujantkumarkrishnvanshi121
    @sujantkumarkrishnvanshi121 3 года назад +2

    Everything happened the way u showed.. Requirements satisfied . List shown.. Commands run I saved too *but on refresh, theme didn't change*

    • @danistolo
      @danistolo 3 года назад

      I had this exact problem

    • @danistolo
      @danistolo 3 года назад

      I solved it! I’m on mac, so I quit Jupyter notebook, I quit the program to use it AND I quit terminal. As I open everything again it works perfectly!

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      Nice! Seems like quite a common issue. @Kumar you could try this and see if it works

  • @Xzizia92
    @Xzizia92 3 года назад +2

    Thanks a lot man! Very helpful. My eyes were hurting from the white screen, much better using the monokai theme!

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      That’s great! Same for me too. Have a great year ahead 👍

    • @Xzizia92
      @Xzizia92 3 года назад

      @@ProgrammerError Likewise!

  • @wenhanzhou5826
    @wenhanzhou5826 3 года назад +2

    exactly what i was looking for, thanks man!

    • @ProgrammerError
      @ProgrammerError  3 года назад

      No problem. Let me know if you face any issues!

  • @unilifeaussie
    @unilifeaussie Год назад

    Thanks very much mate. Very helpful, wasn't able to figure the commands before the video.

  • @1983Moseley
    @1983Moseley 3 года назад +1

    This worked for me thanks, I just had to restart my Docker Container.

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      Oh, not sure how Docker affects but happy it works!

  • @aura2441
    @aura2441 3 года назад +4

    You dont know man, but this video helped me alot!!
    I hope you grow more 🙌

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Thank you! Let me know if you have any suggestions for future videos 😀

  • @pradiptapm
    @pradiptapm 5 месяцев назад

    'jt' is not recognized as an internal or external command,
    operable program or batch file.

  • @karissayoung6056
    @karissayoung6056 3 года назад +1

    I keep getting a few errors- 1. ‘Jt is not recognized as an internal or external command, operable program or batch file and python3 invalid syntax

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Did you run “pip install jupyterthemes”?

  • @jackhanke343
    @jackhanke343 3 года назад +3

    Thank you! My rods and cones were all messed up.

  • @santonudas3324
    @santonudas3324 Год назад

    How to get the jupyter logo in dark one as it was in default theme

  • @arpandharRA
    @arpandharRA 2 года назад

    there is an error coming after writing !jt -l . Error is : 'jt' is not recongniezed as an internal or external command, operable program or batch file.

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Can you check if you have installed the package correctly? Try this command: ‘pip freeze | grep jupyter’ to see if you have jupyterthemes installed

  • @anonymous-r1s
    @anonymous-r1s 2 года назад

    im new. how come my jupyter notebook erases everything after I reload the page?

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Did you save the notebook after executing the cells?

  • @danistolo
    @danistolo 3 года назад +1

    This used to work on my old computer but it doesn't work at all on my new one. As I try the jt command, upon reaching the name of the theme it gives "syntax error" and if I try the list -l it stops recognizing jt as a command alltogether. Do you happen to know how to fix this?

    • @ProgrammerError
      @ProgrammerError  3 года назад

      What new computer are you using? Also does the error message point out which part of the command is a syntax error?

    • @danistolo
      @danistolo 3 года назад

      @@ProgrammerError I have the new MacBook Air with A1. To install the themes I had to use pip with no ! and now when trying to set up the theme it gives me syntax error on the name of the theme :(

    • @ProgrammerError
      @ProgrammerError  3 года назад

      @@danistolo Hm, so you managed to install the package but the command “jt -t monokai” fails?

    • @ProgrammerError
      @ProgrammerError  3 года назад

      @@danistolo By syntax error do you mean that you get the message “Didn’t recognize theme name”?

    • @danistolo
      @danistolo 3 года назад

      Programmer Error it says syntax error and points out at the theme. The worst part is that there is another command I found idk where that works temporarily but I have no idea how to make it permanent

  • @karankar8602
    @karankar8602 2 года назад

    Bro how to uninstall jupyterthemes ? I used this, ! pip uninstall- y jupyterthemes , but this is not working...the kernel is going on an infinite loop

    • @ProgrammerError
      @ProgrammerError  2 года назад

      I think you are missing a '-'. Try `pip uninstall jupyter-themes`?

  • @harshkumarsingh5815
    @harshkumarsingh5815 3 года назад +1

    After refreshing the screen nothing happens....kindly help!!!

  • @ajaykumarsr8644
    @ajaykumarsr8644 3 года назад +1

    Thank you so much bro!! Really helped a lot.

  • @dino_rider7758
    @dino_rider7758 3 года назад +2

    clear and succinct tutorial, thank you

    • @ProgrammerError
      @ProgrammerError  3 года назад

      No problem! Let me know if there’s any other videos you’d like to see

  • @rafael_m_e_e1779
    @rafael_m_e_e1779 2 года назад +1

    Hi, Thanks for this great tutorial,
    However, I cannot visualize the axis of charts/graphs when using dark themes , how can I fix this issue?

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Could you try this solution here: fredriccliver.medium.com/cant-not-see-axis-label-of-jupyter-notebook-in-the-dark-theme-vscode-df31a3ee121

    • @rafael_m_e_e1779
      @rafael_m_e_e1779 2 года назад

      Great! it is working now.
      Many thanks

    • @ProgrammerError
      @ProgrammerError  2 года назад

      @@rafael_m_e_e1779 That’s great! 👍

  • @jobimathew2842
    @jobimathew2842 3 года назад

    I am getting error like this: EnvironmentNotWritableError: The current user does not have write permissions to the target environment. Will you please help me out

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Seems like something to do with your computer’s security settings. Maybe try looking into that?

  • @moy92
    @moy92 3 года назад +3

    thank you! i needed this super simple tutorial. greatly appreciate it!

  • @divyakampalli8184
    @divyakampalli8184 4 года назад

    Hey even after running !jt -t solarizedd -T
    this command I am not able to get the toolbar. But my theme is changed to solarizedd

    • @ProgrammerError
      @ProgrammerError  4 года назад

      Hi Divya! That's weird...does !jt -t solarizedd -T -N work then?

  • @vikashsamaga
    @vikashsamaga 3 года назад

    I'm getting the error
    /bin/sh: 1: pip: not found
    when running the first command - !pip install jupyterthemes

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Have you checked that you have pip installed? www.quora.com/How-to-fix-“pip-command-not-found”

  • @jeweltilak767
    @jeweltilak767 2 года назад

    Not working. Not showing any error msg or anything. But after refreshing theme is still the same😩

    • @jeweltilak767
      @jeweltilak767 2 года назад

      It's working. Had to restart it once😅

    • @ProgrammerError
      @ProgrammerError  2 года назад

      @@jeweltilak767 That's great! Glad it worked out 👍

  • @MBison-oc5tc
    @MBison-oc5tc Год назад

    doenst work, when I refresh, nothing changes. WHY???
    -edit ok it works when I close the browser and restarn vom anaconda navigator

  • @nicolasfrl6543
    @nicolasfrl6543 2 года назад

    I tried and now it says the kernel died everytime I try to do anything... Can somebody help me please !!
    update : I can't even launch jupyter no more :/

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Is there more information provided on why the kernel is dying? Maybe check if you have closed previous instances of jupyter properly, if not try reinstalling it.

    • @nicolasfrl6543
      @nicolasfrl6543 2 года назад

      @@ProgrammerError no there was no information. So I reinstall it and it work as before, but I can't change the theme...

    • @ProgrammerError
      @ProgrammerError  2 года назад

      @@nicolasfrl6543 That is weird. Do you get any error message when you install the package?

    • @nicolasfrl6543
      @nicolasfrl6543 2 года назад

      @@ProgrammerError I don't think so

  • @mrtech7940
    @mrtech7940 3 года назад +1

    thanks so much it helped me .However it didnt happen after refreshing notebook but when i restarted notebook theme is changed

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Nice! Yup, seems like a few others are facing this issue as well

  • @devotype
    @devotype 2 года назад

    Tqu man it worked

  • @shiblyaziz4528
    @shiblyaziz4528 3 года назад

    Thank you so much. Very helpful video

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      Thank you! Feel free to suggest other topics you’d like to see in future videos :)

  • @anishgholap07
    @anishgholap07 11 месяцев назад

    very useful...thanks.👍👍

  • @thotho1
    @thotho1 4 года назад

    it worked nicely, thanks for helping

    • @ProgrammerError
      @ProgrammerError  4 года назад

      Great! Let me know if you have any suggestions for future videos 👍

  • @gauravpawar5971
    @gauravpawar5971 3 года назад

    Great....! Sir that worked perfectly.

  • @dedication17
    @dedication17 3 года назад

    'jt' is not recognized as an internal or external command,
    operable program or batch file. please give me solution

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      Have you run "pip install jupyterthemes"? This should give you the command 'jt'.

    • @dedication17
      @dedication17 3 года назад

      Yes I run pip install jupyterthemes

    • @ProgrammerError
      @ProgrammerError  3 года назад

      ​@@dedication17 Where are you running "jt -t monokai -T -N"?

    • @dedication17
      @dedication17 3 года назад

      In Jupyter notebook

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Can you try “!pip freeze” in jupyter notebook? Check if jupyterthemes is listed there.

  • @Faktulapa
    @Faktulapa 3 года назад

    How to get back that toolbox which was right under File, Edit, View, Insert buttons? With new theme this toolbox is gone.

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Did you add the -T flag when running the command?

    • @meethamin427
      @meethamin427 2 года назад

      @@ProgrammerError yes i did but the toolbar is still not visible

    • @meethamin427
      @meethamin427 2 года назад

      @@ProgrammerError !jt -t monokai -T

    • @ProgrammerError
      @ProgrammerError  2 года назад

      @@meethamin427 Did you refresh the page?

    • @meethamin427
      @meethamin427 2 года назад

      @@ProgrammerError yes i did it was visible but then i saw that it was disabled in the settings dk how anyways thanks lot

  • @fatihay9606
    @fatihay9606 2 года назад

    Great information, thanks from Türkiye

    • @ProgrammerError
      @ProgrammerError  2 года назад

      No problem from Singapore! Let me know if you have any suggestions for future videos 👍

  • @dhruveshpatel5956
    @dhruveshpatel5956 3 года назад

    "ImportError: DLL load failed: The specified module could not be found". i got this error and not able to change the theme please help!

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Hi Dhruvesh! An import error likely means you don't have the packaged installed. Have you run "pip install jupyterthemes"?

    • @dhruveshpatel5956
      @dhruveshpatel5956 3 года назад

      @@ProgrammerError yes i did it ! Even though i am getting an error.

    • @ProgrammerError
      @ProgrammerError  3 года назад

      @@dhruveshpatel5956 Are you getting the error in your terminal or within your notebook? Also if you're using a virtual environment, do check that the correct one is activated.

    • @dhruveshpatel5956
      @dhruveshpatel5956 3 года назад

      I am getting error in both of them i even tried to re install the whole setup of python but still getting this error

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Perhaps you could screenshot the error and send a link to it here? I’d be happy to take a look at it.

  • @Nonameviewer
    @Nonameviewer Год назад

    well-explained !! thank you

    • @ProgrammerError
      @ProgrammerError  Год назад +1

      You’re welcome! Feel free to check out my other videos as well 👍

  • @utkarshverma222
    @utkarshverma222 2 года назад

    Can you help me change the cell width permanently to 100%?!

    • @ProgrammerError
      @ProgrammerError  Год назад

      I've not tried but I believe there should be some configuration for that in the documentation.

  • @bashanterkokil7468
    @bashanterkokil7468 10 месяцев назад

    Jt is not working

  • @pankajpandey1862
    @pankajpandey1862 3 года назад

    Hey, I tried and changed the theme but lost the toolbar, and unable to get the toolbar back now ?? What next ??

    • @ProgrammerError
      @ProgrammerError  3 года назад

      What command did you run? Did you try: jt -t monokai -T -N?

    • @pankajpandey1862
      @pankajpandey1862 3 года назад +1

      @@ProgrammerError oh ya, it's working well now

    • @ProgrammerError
      @ProgrammerError  3 года назад

      @104_Pankaj Pandey Great!

  • @me-shhh
    @me-shhh 3 года назад +1

    You're a saviorrr thank you! ಥ‿ಥ

  • @danielpardo8300
    @danielpardo8300 Год назад

    Bro...THANKS SO MUCH

    • @ProgrammerError
      @ProgrammerError  Год назад

      You're welcome :) Feel free to let me know if you have any suggestions for future videos!

  • @SanathKumarBennurAsh
    @SanathKumarBennurAsh Год назад

    Superb man ❤

  • @omsingh6030
    @omsingh6030 2 года назад

    Man my eyes really wanna thank you

    • @ProgrammerError
      @ProgrammerError  2 года назад +1

      No problem, please subscribe and feel free to check out my other videos too 👍 Happy new year!

    • @omsingh6030
      @omsingh6030 2 года назад

      @@ProgrammerError Happy new year to you too! great vids

    • @ProgrammerError
      @ProgrammerError  2 года назад +1

      @@omsingh6030 Thanks Om 🙏

  • @ananthchowdary8045
    @ananthchowdary8045 4 года назад +1

    The theme has not changed after refreshing

    • @ProgrammerError
      @ProgrammerError  4 года назад

      Did you install jupyter themes in the correct environment? Do provide a link to some screenshots, I'll be happy to help!

    • @pankajpandey1862
      @pankajpandey1862 3 года назад

      close jupyter and reopen it!!

  • @MJ_emjayy
    @MJ_emjayy 3 года назад

    Hi! I followed all instructions but even after checkpoint save it still does not change my theme.

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      Hi! Are you getting any errors?

    • @RoboRob992
      @RoboRob992 3 года назад

      @@ProgrammerError hi, i got the same problem. Everything looks like it should be working, there are no errors or something but the theme just doesn´t change. Could you plz help me?

    • @RoboRob992
      @RoboRob992 3 года назад

      May it has to do anything with the browser settings?

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      I’m not too sure as I’ve not run into this issue before. Did you make sure that the code to change theme ran and that you saved the notebook before refreshing?

    • @RoboRob992
      @RoboRob992 3 года назад

      @@ProgrammerError Oh wow, now that i started jupyter notebook a day later, the dark mode is running. I don´t know why simple refreshing didn´t work but i take it :D

  • @Dmgr_
    @Dmgr_ 2 года назад

    thank you so much ! you saved my eye !!

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Haha, no problem! Feel free to subscribe for more :)

  • @idyres
    @idyres Год назад

    Wow it really worked 👍

  • @Cyber_Cell
    @Cyber_Cell 2 месяца назад

    your the best

  • @sjstunner.
    @sjstunner. 2 года назад

    Thank you so much brother 😊

  • @jacd6987
    @jacd6987 Год назад

    thx works great

    • @ProgrammerError
      @ProgrammerError  Год назад

      That's great. Feel free to let me know if you have any suggestions for future videos!

  • @marieriokeme3010
    @marieriokeme3010 7 месяцев назад

    Thanks a lot..

  • @mohammadhosseingomar3831
    @mohammadhosseingomar3831 2 года назад

    Thank you

    • @ProgrammerError
      @ProgrammerError  2 года назад

      No problem, please subscribe and feel free to check out my other videos too!

  • @_merthylmz
    @_merthylmz 2 года назад

    Thanks bro I love it :)

  • @vanshdagar5653
    @vanshdagar5653 3 года назад

    Bro it is not working in my notebook
    I tried doing it several time
    Any suggestions ?

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Are you getting any errors? Check if you’ve saved the notebook before refreshing, and if it still doesn’t work try restarting jupyter notebook.

    • @vanshdagar5653
      @vanshdagar5653 3 года назад +1

      @@ProgrammerError Yeah now it worked......I just had to restart my notebook

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Great. Have a great New Year’s ahead!

  • @hossainraeisi3671
    @hossainraeisi3671 2 года назад

    thanks, very helpful

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Thanks! Feel free to subscribe for more 👍

  • @benjaminhiguera7961
    @benjaminhiguera7961 3 года назад

    you saved me, thank u!

  • @suhaaskaravadi9112
    @suhaaskaravadi9112 4 года назад

    Thank you very much for making this video! I was able to install the themes but I didn't know/understand how to view the toolbar and the logo/file name. Is there any way we can fix the size of the cell? The line number before each cell is smaller than the cell itself and makes the notebook look a tad ugly.

    • @ProgrammerError
      @ProgrammerError  4 года назад +1

      Oh, I didn't notice that! I'm not sure if there's a way to fix the size of the cell, but looking at the documentation perhaps changing the notebook fontsize (-nfs), Text/MD Cell Fontsize (-tfs), or the line height (-lineh) might help?
      If anyone knows how do feel free to comment and share as well!
      Documentation: github.com/dunovank/jupyter-themes

    • @suhaaskaravadi9112
      @suhaaskaravadi9112 4 года назад

      @@ProgrammerError Thank you! I don't want to mess with the cell size hahah. Guess I'll just wait for an expert to a find a solution for it.

    • @ProgrammerError
      @ProgrammerError  4 года назад +1

      ​@@suhaaskaravadi9112 Turns out this has something to do with the CSS. Apparently t's an issue that's been raised before and you could try out the solutions mentioned here:
      github.com/dunovank/jupyter-themes/issues/203
      github.com/dunovank/jupyter-themes/issues/210
      Personally, the slight misalignment isn't too big of an issue for me though!

    • @suhaaskaravadi9112
      @suhaaskaravadi9112 4 года назад

      @@ProgrammerError wow, thank you very much! It is a bit of an issue, but not too much. I will try to follow the advise in the links you've sent.

    • @ProgrammerError
      @ProgrammerError  4 года назад +1

      @@suhaaskaravadi9112 No problem! I might try to get it to work if I have the time as I am pretty busy right now, but let me know if it works!

  • @trs_4612
    @trs_4612 4 года назад

    it says jt: command not found. :(

  • @LosSS
    @LosSS 3 года назад

    Thank you!

  • @akarkabkarim
    @akarkabkarim 3 года назад

    thank man

  • @hemgandhi8087
    @hemgandhi8087 3 года назад

    Thankx

  • @renzeatzema5990
    @renzeatzema5990 3 года назад

    So I'm exactly doing what you're doing, but it just won't work
    Refreshing the page doesn't actually change the theme

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Are you getting any errors? Did you save the notebook? You could try restarting jupyter notebook after that if it still doesn't work.

    • @renzeatzema5990
      @renzeatzema5990 3 года назад

      @@ProgrammerError No errors at all, saved the notebook, had to refresh the landing page from where you open the books, instead of the notebook itself.
      Anyway, I've switched to Jupyter Lab, since that's what some friends of mine advised me to do so, and it's so much better than NB for various reasons, one of them being the fact that there's litteraly a button to select another theme

    • @ProgrammerError
      @ProgrammerError  3 года назад

      I see, yes I believe Jupyter Lab has been gaining more popularity recently. Great that it works!

    • @renzeatzema5990
      @renzeatzema5990 3 года назад +1

      @@ProgrammerError Yeah I just love Lab, tho I'm still using NB as well, since my Uni sets NB as the standard for exams - so it's obligated, and Lab usage isn't a thing there -, and I don't feel like going as far as actually complaining about it in the - virtual - principal's office, since the compatibility between the two is so great.

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Fair enough, I guess NB has the bare essentials you would need and is more lightweight as well. Another tool that’s pretty convenient is Google Colab, although that has its limitations too.

  • @samlinus836
    @samlinus836 Год назад

    Nice one bruh

  • @22cefiro
    @22cefiro 3 года назад

    Thank you Prof!!!! :))))

    • @ProgrammerError
      @ProgrammerError  3 года назад

      No problem cefiro! You have quite a cool channel, haha

  • @wishandwisdomchannel1148
    @wishandwisdomchannel1148 2 года назад

    Super......bro....

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Thank you! Feel free to check out my other videos too..

  • @fouzimeabiou2632
    @fouzimeabiou2632 Год назад

    thanks

    • @ProgrammerError
      @ProgrammerError  Год назад

      You're welcome! Feel free to subscribe, and let me know if you have any suggestions for future videos :)

  • @majenerio7510
    @majenerio7510 3 года назад

    i still cant change the them whyyy :(((

  • @oumarfaradiop1513
    @oumarfaradiop1513 3 года назад

    Thank you !!!

  • @sairamteja6785
    @sairamteja6785 3 года назад

    It is not working both commands

    • @ProgrammerError
      @ProgrammerError  3 года назад

      What do you mean not working? Any error messages?

    • @sairamteja6785
      @sairamteja6785 3 года назад

      @@ProgrammerError resolved need to close the terminal and restart again

    • @ProgrammerError
      @ProgrammerError  3 года назад

      @@sairamteja6785 Refreshing the page should have worked. But happy it works for you!

  • @rishisharma9406
    @rishisharma9406 2 года назад

    kindly upload the file here for the reference

    • @ProgrammerError
      @ProgrammerError  2 года назад +1

      I can't upload a file on RUclips, but I've added a link to the code in the description. You can check it out!

  • @p.chandra2444
    @p.chandra2444 3 года назад

    I don't know why it is not working in my notebook. :(

    • @ProgrammerError
      @ProgrammerError  3 года назад

      What errors or output are you getting?

    • @p.chandra2444
      @p.chandra2444 3 года назад

      @@ProgrammerError I am not getting any error or output. And, the theme doesn’t change also. I saved and refreshed it. Still doesn’t work.

    • @ProgrammerError
      @ProgrammerError  3 года назад

      @@p.chandra2444 Did you try restarting jupyter notebook?

    • @p.chandra2444
      @p.chandra2444 3 года назад

      @@ProgrammerError yes, I even restarted Anaconda.

    • @ProgrammerError
      @ProgrammerError  3 года назад

      Are you using a virtual environment perhaps? It’s not really obvious what the issue is since there don’t seem to be any errors.

  • @sudhanvagr
    @sudhanvagr 3 года назад +1

    Tq

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      Np! Do check out my other videos as well if you like 👍

  • @riadmekri5517
    @riadmekri5517 2 года назад

    cool!

  • @felipedonosotapia
    @felipedonosotapia 2 года назад

    Thanks !!!

    • @ProgrammerError
      @ProgrammerError  2 года назад

      No problem! Do like and subscribe for more :)

  • @bhargav1811
    @bhargav1811 3 года назад

    Thank u!!

    • @ProgrammerError
      @ProgrammerError  3 года назад

      No problem! Feel free to check out my other videos and subscribe :)

  • @utkarshsharma107
    @utkarshsharma107 3 года назад

    Thanks 👍

  • @vidit9970
    @vidit9970 2 года назад

    Doesn't work😞.

    • @ProgrammerError
      @ProgrammerError  2 года назад

      Hi Vidit, are you getting any error message?

  • @uditbhadana5665
    @uditbhadana5665 3 года назад

    Just download a dark theme chrome extension

    • @ProgrammerError
      @ProgrammerError  3 года назад

      I haven’t tried this, but sounds like a good alternative too

  • @suciomatt
    @suciomatt 2 года назад

    crack

  • @strnplqd2214
    @strnplqd2214 4 года назад +2

    you are cute, thanks btw

    • @ProgrammerError
      @ProgrammerError  4 года назад

      Thank you! Feel free to comment if you have any suggestions for future videos!

    • @samaysagar966
      @samaysagar966 3 года назад

      @allxrd at tele! go hit him up :D

  • @joxzgamingyt7864
    @joxzgamingyt7864 3 года назад

    ;)

  • @Ghostenwerfer
    @Ghostenwerfer 3 года назад

    Great video, thank you!

  • @jeelpatel1492
    @jeelpatel1492 2 года назад

    thank you !

    • @ProgrammerError
      @ProgrammerError  2 года назад

      No problem! Do subscribe if you’d like to see more 👍

  • @deepak88701
    @deepak88701 3 года назад

    Thank you

    • @ProgrammerError
      @ProgrammerError  3 года назад +1

      No problem! Let me know if you’d like to see more videos. Have a great 2021!