mljar / studio-old

MLJAR Studio Desktop Application
https://mljar.com
4 stars 1 forks source link

Need validation while creating notebook with no name supplied #62

Closed tariqrahiman closed 2 years ago

tariqrahiman commented 2 years ago

Need validation while creating notebook with no name supplied Right now user can create a notebook with a blank name and it appears with only the extension as .ipynb

pplonski commented 2 years ago

It is fixed. There is a validation for notebook name and directory where the notebook will be created.

In the 'Advanced settings' user can select the kernel, otherwise the new kernel is created per every directory.

image