1

I know I can add custom javascript to Jupyer notebooks by adding them to:

.jupyter/custom/custom.js

However, is there a way to have multiple javascript files that are all loaded, e.g.

.jupyter/custom/custom1.js

.jupyter/custom/custom2.js

(As I have several Jupyter notebook related related projects going on, having the ability to seperate out custom javascript into multiple files would be helpful).

1 Answer 1

0

I usually bundle JavaScript as .js files in the same directory as my notebook, and simply load them in the first cell using IPython.display.HTML(...).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.