Open sfarajnia opened 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Writing "Back to top" for each subtopic does not seem very nice. I think it is better to use the relevant icon instead of writing "back to top".
Writing "Back to top" for each subtopic does not seem very nice. I think it is better to use the relevant icon instead of writing "back to top".
Good idea! I will replace text with an icon.
Writing "Back to top" for each subtopic does not seem very nice. I think it is better to use the relevant icon instead of writing "back to top".
hi, again. @MahtabRanjbar
I've updated all notebooks and added ICONS for "back to top" links.
This is a screenshot from one of the titles of the advanced folder. The "blue top_arrow", if clicked, goes to the table of contents:
@sfarajnia good job. I think you also feel it has a nicer and cleaner structure now.
After putting some thought into this, I think we should not do this manually.
You can simply write a code to add the link to a jupyter notebook file cause it's basically a json file. You should add a cell at the end of it that contains a back to top link.
After putting some thought into this, I think we should not do this manually.
I don't get what your point is. Having a "back to top" link besides each heading would be nice-to-have (actually, I don't use them but someone may find it useful).
You can simply write a code to add the link to a jupyter notebook file cause it's basically a json file. You should add a cell at the end of it that contains a back to top link.
Also, I don't understand what you mean by mentioning ipynb
files are just jsons.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 4 committers have signed the CLA.
:white_check_mark: hejazizo
:x: Ali
:x: MahtabRanjbar
:x: sfarajnia
Tables of contents are well written and structured the notebooks in a nice manner. However, the content of the notebook would be more user-friendly if there would be "back to top" link beside the titles inside the notebook. I've added "back-to-top" links to python notebook (Basics, Object Oriented Programming and Modular Programming)