Okay, I found the bug. Thanks for being patient. making an update to your notebook to trigger a push now
Sorry I actually have a bug in the setup script that sets your baseurl, so I’ve made a PR to your repo, but I’ve also fixed the setup Action
Merge https://github.com/kushalj001/black-box-ml/pull/3 and this should work
Actually wait it doesn’t matter. This is not going to work, because settings.ini is frozen the way things are happening at the moment. Give me more time to fix this issue it is actually kind of complicated.
Alright. Should I merge the previous PR?
Thanks a lot for helping me out.
Give me 5 minutes or so, I have to refactor some things with the Actions workflow
Looks like it works now!
EDIT: sorry was looking at my local copy. Still doesn’t work
It breaks for some images.
I’m kind of at a loss on this one, it looks like for whatever reason conversion to html is malforming the path
{% include image.html style="width:200px;height:250px" file="/images/copied_from<em>nb/images/rnn.JPG" %}
I have no idea how the em
tag gets in there
@kushalj I have a theory that your back to back images are getting messed up somehow ( I have seen this in my local testing).
Can you try to separate consecutive html images in their own markdown cell?
I was struggling with this too - I could not get the automatic conversion of notebook images to work. What ended up working for me was using a markdown link to the location of the image in my repo (NOT the relative path to the image in the _notebook directory) like this:
![](https://raw.githubusercontent.com/NateSolon/blog/master/images/poker_grid.png)