-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI usage? #39
Comments
Hi @zmoon, and thanks for your interest in this library. When I wrote the main part of the code, ... the usage of which would be: |
unfortunately this will not work, you can try though. |
Thanks, @surajsharma — it appears you are correct. The JavaScript ecosystem has evolved quite a bit since that code was written, and it now throws an var lib = root.ansi_up || (typeof require === "function" && require("ansi_up")); Unfortunately, although I see the benefits of updating this library for modern JavaScript, it is not enormously high on my todo list. If anyone would like to take a crack at it, I'd be happy to discuss. |
I am wondering about CLI usage. Some things in the repo make it sound like there is or was CLI support to render and open notebook in browser, but I couldn't figure out how to do that with
npx
. Is it possible?The text was updated successfully, but these errors were encountered: