I plan to use Anaconda Notebooks for my JavaScript coding and attempted to use IJavascript to get the JS kernel and run my code. I followed the instructions from IJavascript GitHub IJavascript (Windows Anaconda Distribution) but I am not seeing the JS Kernel in my Launcher Page on Anaconda Notebooks. I have reattempted this on my computer natively, running jupyter notebooks, and the JS Kernel was there!
Not sure if the environment set up is different between native and Anaconda Notebooks, as I simply used “conda create -n js_env” to create the environment on both attempts.
All help appreciated!