That's weird. It says there's a unicode error loading a template file, but the template in question should only have ASCII characters in, and the position that it gives there is after the end of the file. You can see the template file here:
https://github.com/jupyter/notebook/blob/master/notebook/templates/browser-open.html Double check in your installation (...\site-packages\notebook\templates\browser-open.html) that the file has been installed correctly. And see if there's any other browser-open.html file on your system that it could be loading by mistake. On Thu, 28 Feb 2019 at 14:52, <[email protected]> wrote: > Please help me to resolve this error. > Whenever I try to run jupyter notebook using cmd I'm getting a > UnicodeDecodeError. For more details check the screenshot. > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/8870f9b3-937e-4cfd-97a2-75b4b289ca99%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qhjJo4ZtmJKhh-KSPe63Kty1nS6pW%2BG%2B1BDi8vCgaiPJw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
