I was thinking into packaging with pantsbuild a cu...
# general
r
I was thinking into packaging with pantsbuild a customized jupyter notebook as pex file, to give to students to run with the same libraries needed for the exercises. Suggestions on what to read and use for this to happen?
w
iirc Pants should be able to handle jupyter. cc @strong-crayon-70379 @aloof-angle-91616 it will be great to add some jupyter examples in the codebase. There was some related code before https://github.com/pantsbuild/pants/pull/6600/files, but seems to be gone now.
👍 3
Also heads up, pex may not work with windows, if that’s one thing you need to accommodate
r
I’ll use linux, so that would be fine 🙂
a
ooooooo this is extremely cool
if you could make an issue describing your use case and tag me that would be extremely interesting no joke i was a TA for most of my years of undergrad
if this is purely about the use of pex as well then #pex is usually a good channel to have open although it’s pretty low-activity
h
Let me know how this works out! I’ll be teaching CS starting August
👍 1
Feel free to add me to the issue as well
☝️ 1
a
thanks @wide-energy-11069 for mentioning the existing code i didn’t know about that
r
hey thanks for the replies 😄 I’ve find a little time slot to look back here and created this issue to continue the discussion: https://github.com/pantsbuild/pants/issues/7021 🙏