#jupyterlite — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #jupyterlite, aggregated by home.social.
-
@rgaiacs No problem, I am happy I found some people interested in #Jupyterlite here on Mastodon. Something else I have realized while testing it: I need to restructure my code quite a bit to make it work! Pulling in stop words from a standard Python package like #nltk didn't work at all because not all packages are supported, so I put a custom stop word list into the directory where I am also keeping the notebooks for #Jupyterlite. Takes some time to figure it all out, but worth the trouble!
-
@sevepy and @rgaiacs : The reason why #Jupyterlite kernels stayed inactive in my repository had to do with the fact that I was also deploying a website from the same repository, and this interfered. I have now made sure that the branch for the website deployment and the Jupyterlite branch are completely separate but that Jupyterlite still integrates with the Github Pages workflow. Now it's all running like a charm!