-
### Title
Get started with Jupyter notebooks for Python
### Describe your Talk
**Workshop Description:**
Dive into the world of interactive computing with Jupyter notebooks in Visual Studio Code! …
-
Type: Bug
1. Start a Jupyter Server from the command line (ex: `jupyter notebook --NotebookApp.token='FooBar123'`)
2. Create Notebook (ex: `Create: New Jupyter Notebook`)
3. Run the notebook with t…
-
**Describe the bug**
If a variable is defined with different incompatible units in different modules, this following error message comes up. The problem is that the error message says it's the 'val' …
-
To ensure consistent code style and formatting across the entire repository, we need to implement pre-commit hooks that automatically handle formatting and linting for multiple file types. This will i…
-
* Orion version: 0.6.1
* Python version: 3.11
* Operating System: Mac OS (M1 chip)
### Description
Trying to creare an `Orion` object, the Jupyter notebook hangs forever, without crashing or e…
-
Setting `c.Spawner.disable_user_config = True` in `jupyterhub_config.py` appears to be preventing kernels installed in `$HOME` (e.g., via `python -m ipykernel install --user`) from displaying.
I wo…
-
Type: Bug
# Behaviour
Earlier python test explorer use to update the test status as soon as the particular test execution was completed.
Now, the test status (whether it has passed or failed) is u…
-
### System details
RStudio Edition : Desktop
RStudio Version : 2024.9.0.375
OS Version : macOS Sequoia 15.0.1
R Version : 4.4.1
### Steps to reproduce the problem
…
-
I use jupytext to share scripts/notebooks between Jupyter and Spyder. I store the files in percent format:
Jupytext header
```python
# ---
# jupyter:
# jupytext:
# cell_metadata_js…
-
I have a requirements.txt with a list of Python libraries. Please write a Python Jupyter notebook that uses the pypi API to read out all licenses of these libraries and prints out the libraries and th…