Djangoliv

Results 24 issues of Djangoliv

Here a modification to apply custom foreground-color to box-doc.

In the jsx/package.json file, I think there are some inconsistencies: "react-bootstrap": "^2.1.1", # is compatible with bootstrap 5 "bootstrap": "^4.5.3", # is compatible with react-bootstrap 4 and if I'm not...

enhancement

I tried to use voila with [jupyterlab-github](https://github.com/jupyterlab/jupyterlab-github) but it doesn't work. The problem is that voila want to save the notebook before render it, but it is not possible in...

enhancement
good first issue
help-wanted

I use this simple notebook cell: ``` import ipywidgets as widgets import matplotlib.pyplot as plt w1 = widgets.IntSlider( value=7, min=0, max=10, step=1, description='Test:', disabled=False, continuous_update=False, orientation='horizontal', readout=True, readout_format='d' ) plt.plot([1,2,3])...

This extension adds a toggle on/off button to Jupyter Lab, that activates/deactivate [friendly traceback](https://github.com/friendly-traceback/friendly-traceback/) https://github.com/logilab/jupyterlab-friendly-traceback

I want to use jupyter-server-proxy with a tomcat process (protégé https://webprotege.stanford.edu/ ) I tried with: ``` def setup_webprotege(): return { 'command': ['/usr/local/apache-tomcat9/bin/run.sh', '{port}'], } ``` The run.sh launch tomcat. When...

I use jupyterlab for python trainings and your extension can be very useful for this job. Is there a plan to support Jupyterlab? Regards

feature request

Is it possible to ignore revealjs_break directive while building with latexpdf ? ``` File "/home/use/doc/.tox/revealjs/lib/python3.9/site-packages/docutils/nodes.py", line 2056, in unknown_departure raise NotImplementedError( NotImplementedError: departing unknown node type: revealjs_break ``` Regards

bug
question

After refresh the browser tab (F5), we lost the opened iframe. https://jupyterlab.readthedocs.io/en/stable/extension/extension_tutorial.html#restore-panel-state-when-the-browser-refreshes Thanks and Regards

feature
backlog

This PR is in WIP state because it only reloads the last iframe widget if you have more than one. unfortunately, I don't see how to correct this problem at...