Hey, I've been experimenting with the <lakeFS meta...
# dev
y
Hey, I've been experimenting with the lakeFS metadata client - and managed to use Databricks to create a diff between two commits! I want to publish the notebook as an example to the project. However all examples in the project are Scala files (see
examples/
directory) and my notebook is exported in HTML. Where in the project can/should I put this HTML?
👏 1
a
Hi, can you export the project as an ipynb? that's a notebook file type
from what I remember it has a nice view on GitHub
👍 1
y
Great, I will export it as ipynb. There's still the question of where in the project to put it
a
Maybe a notebooks folder under
'examples/notebooks'
and insert it there? just thinking out loud..
a
👍🏼 for ipynb, because maybe it works with other notebooks? Assuming that works for e.g. notebooks with default Scala. Also agree a subdirectory of examples probably works best.