Drew Wilson

Results 9 comments of Drew Wilson

Following. Just got the same thing on 0.11.2 and 0.12.0-rc3.

Sorry to bother you, but it seems `remove-cell/input/output` tags are not respected for PDF output for native jupyter code cells. From looking at https://github.com/executablebooks/mystmd/pull/407 it seems like it should work...

Possibly related, embeds are not working in the notebook. Interestingly, the two forms of embeds fail in different ways. ![image](https://github.com/executablebooks/jupyterlab-myst/assets/13006720/f984e2f1-9911-44c5-a54d-e03c6411e021) ![image](https://github.com/executablebooks/jupyterlab-myst/assets/13006720/bdf75c10-7cbf-469f-8ca5-27612b157cbe)

It seems that the [express server in book-theme does not specify the interface in app.listen()](https://github.com/myst-templates/book-theme/blob/98629ea2b92105c317dbf15eae339537e058cde7/server.js#L40) so express will, by default, bind to all interfaces. So that's one mystery solved (using...

I think I found where `localhost` is hardcoded and it is not using the HOST env variable. Here is a PR where I suggest a fix. https://github.com/executablebooks/mystmd/pull/994

This is created to address issue https://github.com/executablebooks/mystmd/issues/965

Thanks for the reply. I should mention that I'm just a user, or at least I'd like to be a user, but I can't get myst to work when I...

Can you say more about how `caddy` as a reverse-proxy would be used to fix this? Running it on the server side works for the initial requests, but when the...

Thanks. Your comments helped a lot. After investigating more, it seems that the server (the ContentServer on port 3100) is truly binding to the external interface and truly serving the...