Piotr
Piotr
@shanexavier313 great! Did you manage to build your project or just starting?
You are right! I will fix this in next post
@luke7ucas thank you for reporting the issue. I will fix this when back to course.
Hi! I was trying to reproduce this with following steps: ``` git clone https://github.com/jupyterlab/lumino.git cd lumino yarn cd packages/widgets yarn build cd - yarn clean yarn build yarn build:test yarn...
@vidartf thank you for help. I've followed the steps from the link you pointed but it also didn't work. I think I've found the reason. For example in dir `packages/widgets`...
That would be a killer feature! Some thoughts: 1. It should be available only for admin users (might be django superuser). 2. Sometimes you need to upload not only notebook...
Thank you @jumpei-tsutsui for reporting. Looks like a bug.
@DatSplit thanks for details! What Python version are you using?
@DatSplit please try to re-create virtualenv - according to this https://stackoverflow.com/questions/38132755/importerror-no-module-named-encodings and please check python paths https://stackoverflow.com/questions/42512817/fatal-python-error-on-windows-10-modulenotfounderror-no-module-named-encodings I'm in process of creating automatic tests for windows but the action is...
That would be a super feature. I think it can be done in code instead YAML. The YAML will be used to define the widgets and there should be a...