ina6ra
ina6ra
The following code works in JupyterLab but not in Jupyter Notebook. ``` $$.html(` $(document).ready(() => { $('button').on('click', () => { Swal.fire('Click!'); }); }); Open Alert `); ``` SweetAlert2 works when...
I want to make a mock with multiple records. What kind of method is there? The following code is the behavior image. ```` var UserMock = DBConnectionMock.define('users', { 'email': '[email protected]',...
Thank you for your wonderful plugin. Please let me know if there is a way to make it work only for specified folders. I have a lot of folders and...