-
Re: Icons not showing anymore
Hi @MRvLuijpen Please try dropping the cache of your browser and make a hard reload of the page (Ctrl(Command)+Shift+R). Side question: do you have any whitelabelling applied to this instance?1 · -
Re: notebook copy
Hi @zikzik You can export notebooks from one project: And import them to another:1 · -
Re: notebook copy
HI @zikzik Have you used DSS system user to copy that directory?1 · -
Re: notebook copy
Hi @zikzik In that case, you will indeed need to copy the entire notebook directory from one project to another: cp -rf DATA_DIR/config/projects/<ORIG_PROJECT>/ipython_notebooks/ DATA_DIR/confi…2 · -
Re: Python recipe Excel packages
Hi @User You can indeed do anything you want in python recipes as far as python itself supports this. Here the question is that xlwings natively supports only Windows and Mac OS: https://docs.xlwings…1 ·
