Встраивание jupyter notebook в django
У меня есть веб-страница (django), которая показывает содержимое папки. Я хочу открыть файлы в этой папке с помощью jupyter notebook. Как я могу вставить ссылку на jupyter на мою страницу? Щелчок по ссылке должен:
- Open a jupyter notebook with selected folder.
- The notebook must be available seperately for each logged in user.(Preferably all the note book instances must open on the same port, with different token id.)