Hi, I have started modifying some notebooks with Jupyter to perform pulling request in the future, and I would like your advise for some technical questions :
- how to avoid the kernel data to me modified automatically (ex : "kernelspec": { "display_name": "unpackAIdev", would be modified as : "kernelspec": { "display_name" : "Python 3 (ipykernel)",)
- do you know a good HTML Table Generator or I should update each table "the old way", by editing the text between the / marks ?
Hi, I have started modifying some notebooks with Jupyter to perform pulling request in the future, and I would like your advise for some technical questions :