Can I make Jupyter notebook file (.ipynb) without open the notebook? like when you make any extention just write the extention in the file explorer's floder after that it convert to that kind of file. i have tried it but it didn't work. i just want to make .ipynb at another root folder in file explorer, because of that i don't want to make it on Jupyter notebook directly because jupyter notebook itself always open the default (C:/... ) folder and i don't know how to open the other path (i have tried "open from path", but it didn't work as well), i want to make .ipynb in documents folder
.ipynbextension on the command line or Python interpreter console usingnbformat. See here, as there is a step where a new notebook is made via Python code. You can just leave out putting in the content.nbformatis part of the underlying tech that Jupyter uses and so if it is installed, you can use it. Then you don't need to actually open Jupyter Notebook or JupyterLab to make a.ipynbfile. In the guide wjandrea references, you should look into what it says about making a good title, too.