New Feature Request: Ability for Student to create a Notebook without Shell Run

Describe your feature request
Currently, the Jupyter Notebook template requires students to generate a password and create Replit secret, which is non an intuitive process for beginner students. Can we provide the following features:

allow Professor to create a notebook template and set the markdowns WITHIN the notebook as cells.
allow the student to click and open the Professor’s template as easily as opening the Python py file. The student should be able to see the Professor’s notebook template and see all Professor’s markdowns within the notebook
Students can edit the notebook and run the Test and Unit test on the code written on the notebook
Professors can view students’ code and output interactively.
These features will definitely be useful for many Professors and Teachers that teach Programming because nowadays we use notebooks to teach Data Analytics, BI, and Data Science related courses.