Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
bhl
5y ago
0 comments
Save
Share
Makes me wonder if you could split an ipynb into an in and out file, then add /*.out to .gitignore.
0 comments
4 comments · 2 top-level
top
newest
oldest
kenward
5y ago
· 2 in thread
I like this idea, but seems a little backwards. Normally you commit the _source_ and omit the _artifacts_ haha.
ErikBjare
5y ago
That's what they are saying? Doesn't seem backwards to me.
kenward
5y ago
Oh, you may be right. I interpreted it as having a separate build step to generate the *.out files.
dokem
5y ago
I believe I achieved the no-saving-output affect by adding a python snippet/plugin to Jupyter Lab. So you could program it to do whatever you want. That's what I love about Jupyter Lab, you can turn it into whatever kind of environment you want.
j
/
k
navigate · click thread line to collapse