notebooks
Here are 191 public repositories matching this topic...
Lately running into too many Sagemaker issues. Is there any unambiguous documentation on Sagemakers Instances? I could glean the following from different sources:
- Sagemaker Instances, Sagemaker being a managed service, have nothing to do with EC2 instances.
- Unlike EC2 console, Sagemaker console has no option to view limits or increase limits. One has to go directly to the support page a
This was initially a question by @lwasser on Twitter: Is anyone using a tool that "cleans" or tests @ProjectJupyter notebooks for things like extra imports, PEP 8, etc etc?
It would be interesting to describe what we can do with jupytext at the command line, and also, what can be done with pre-commit hooks.
Regarding the comma
Hi all!,
Just want to share with the team some details I've been experiencing while I executed notebooks from command line using a yaml file.
First, let me show my case. I've bee parametrizing different notebooks to isolate data wranlging processes. To do it, I needed to use lists of dictionaries to specifiy keys describing my data, such as area or paths where some files were stored. As all
-
Updated
Mar 1, 2020 - Jupyter Notebook
-
Updated
Jun 19, 2020 - Python
-
Updated
Jan 17, 2019 - Jupyter Notebook
-
Updated
Jul 12, 2019 - Jupyter Notebook
- Add
cos_secureto kfp schema - Validate usage (e.g.
cos_securewithhttpendpoint) - Add tests around
cos_secureusage
-
Updated
Aug 5, 2019 - Jupyter Notebook
-
Updated
Jan 10, 2020 - Jupyter Notebook
-
Updated
Jan 9, 2020 - Jupyter Notebook
Thank you for your bug report!
Please fill out the following template.
PLATFORM (Mac, PC, Linux, other):
Mac, jupyter
OPERATING SYSTEM (eg OSX 10.7, Windows 8.1):
10.14.6
SEVERITY (Critical? Major? Minor? Enhancement?):
Minor enhancement
DESCRIPTION:
- What were you trying to do?
Plot flow histograms. - What happened?
Plots sorted in non-natural sorting or
-
Updated
Jan 11, 2019 - Jupyter Notebook
-
Updated
Aug 30, 2019 - Jupyter Notebook
In nonlinear_modelling.ipynb#Parameters I see this explanation of parameters.
I don't get it. Why do you have a @NLparameter and not simply use @variable like in all the other models? When should I use which of the two?
Can you please add 1-2 sentences exp
-
Updated
Feb 14, 2020 - Jupyter Notebook
-
Updated
Feb 5, 2020 - Jupyter Notebook
-
Updated
Mar 4, 2020 - Jupyter Notebook
-
Updated
Aug 21, 2019 - Jupyter Notebook
button effect
css重构
-
Updated
Jun 15, 2020 - Python
-
Updated
May 5, 2020 - Jupyter Notebook
Describe the bug
To Reproduce
Edit doc/index.md --> Remove this section "click here to read the documentation"
Expected behavior
- Remove the section
- Have a link to GITHUB as mentioned in #34
-
Updated
Jan 27, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the notebooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notebooks topic, visit your repo's landing page and select "manage topics."

The requirement to no longer specify
sourcein the args dict tripped me (a layman) up when using a script that worked in 1.40 in 2.0.2. I couldn't work out what was wrong so I asked in a StackOverflow thread where @bryevdv ex