Remove incorrect attempt to change ipynb template #2353
Conversation
@damianavila Does this change look OK to you? It works fine for me. |
As long as we are not breaking the |
The previous code intended to set the template to basic, but it doesn't really work and the full template is being used. But, since this is already has a user base just removing the confusing line of code, and not actually changing the template.
@damianavila Fair enough. I just removed the confusing line which attempts to change the template, but doesn't work. Users can use |
Let’s merge this if the original was broken. |
Just to clarify, the PR now just removes the code which tries to change the template to basic, but doesn't work correctly. The full template will be used, and users can switch to basic template using the |
Yep, understood... I agree with the merge. Thanks @punchagan |
The previous code intended to set the template to basic, but it doesn't
really work and the full template was being used.