-
Updated
Feb 20, 2020 - Python
notebook
Here are 1,176 public repositories matching this topic...
/kind feature
Persona: Infrastructure Engineer
Control Plane Walkthrough:
- Install Kubeflow with (istio) KfDefs
- Install Kubeflow with dex - pending
- Configure / Get Istio IngressGateway endpoint
- Create profiles (w/ kubectl) #4725
- Create notebooks from user-namespace (w/ kubectl)
- Login (port-forward) into notebook as user
- Create TFJob (w/ kubec
Right now, there's a "languages" feature implemented, which allows the user to define, in what kind of languages the documents he usually uploads are written in. Under "Settings", each Paperwork user can select the languages he'd like Paperwork to support for his account.
This was being implemented, so that tesseract can be called with the according language option, which helps OCR.
Now, thi
Q: Extract the integer part of a random array using 5 different methods
A:
...
print (np.ceil(Z)-1)
....
But it yields wrong results when float numbers have only integer part:
In[]:
Z = np.random.uniform(0,10,10)
Z = np.hstack([Z, [1., -1.]])
print (Z - Z%1)
print (np.floor(Z))
print (np.ceil(Z)-1)
print (Z.astype(int))
print (np.trunc(Z))
Out[]:
[ 4.
Once things are a little more polished with the package, we'll need to do the following documentation clean-up:
- Add docstrings to applicable classes
- Update the usage docs in the README
- Add a section to the README that explains the overall design of the feature
I'm not sure if this is the place to ask this. I can move it to the discourse channel if you prefer https://discourse.jupyter.org/
Is it worth adding the dask lab extension to the scipy-notebook docker file (https://github.com/jupyter/docker-stacks/blob/master/scipy-notebook/Dockerfile#L52_? https://github.com/dask/dask-labextension
I understand this may be too bespoke and therefore would no
When I run "ch01_Introduction.ipynb", get the error:
cannot import name 'logsumexp' from 'scipy.misc' (/opt/anaconda/lib/python3.7/site-packages/scipy/misc/init.py) .
So, I replace "from scipy.misc import logsumexp" with "from scipy.special import logsumexp" in this three files:
prml/nn/loss/softmax_cross_entropy.py
prml/rv/bernoulli_mixture.py
prml/rv/variational_gaussian_mixture.py
-
Updated
Feb 20, 2020 - Python
I am using Polynote Version: | 0.2.15-SNAPSHOT (Build Commit: 36f50ee109c68fadce873e22ecb294b9bed56bdd)
My conf.yaml contains the following lines
spark:
spark.executor.instances: 10
When I create a new notebook the value that will be filled in in the config section will be 1e1 instead of 10 which is not a valid value for this
parameters object
perhaps it would be nice to provide an example where injected parameters are inside a dictionary or object:
# parameters
import argparse
args = argparse.Namespace()
args_dict = {}
args.a = 1
args_dict['b'] = 2papermill ... -p args.a 1.618 -p "args_dict['b']" 3.14159This would of course be useful for making transition between *.py scripts (using e.g
According to the generated build
The commands to launch are the following :
docker pull andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive
docker run -p 9001:9001 andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive
Using that image (and I think it i
These classes were deprecated long ago and are now removed in Java 13. We should get ready and migrate these classes.
Some migration hints here:
https://docs.oracle.com/javase/9/docs/api/jdk/javadoc/doclet/package-summary.html#migration
All tensorflow examples use ancient version of tensorflow. They should be updated to work without deprecation warnings with modern versions (1.14+). It is hard to get into polyaxon when examples are years behind (tf 1.4 was released in 2017) in such fast moving field.
Hello, first of all, a big thank you! For ages I had been looking for a good opensource convenient note app, and since I found yours, I'm just so happy. Great design, simple to use, and powerful also!
A good app is one you use so much that you want to contribute and improve it :) so here are a few questions-suggestions. I'll post them in various issues, so maybe it can be simpler to track.
I
Describe your feature request
It would be great if you could add text to a note/section of a note via URL.
Additional context
This is a feature in Bear that I use heavily on MacOS. I have an Alfred workflow to update re
From danijar/handout#20 (comment):
doc.add_text('<p style="page-break-before: always">')We can add doc.add_pagebreak() if this is helpful, especially once we have a LaTeX exporter that could also support this.
-
Please describe the feature you would like to have.
It would be useful to be able to reference other notes by ID. Similar to how GitHub can link to other items with just the number -> #393 -
What alternatives have you considered?
I am currently achieving this by copying the URL of the note and pasting it as a markdown link in a separate note - but it would be nice to just reference
-
Updated
Feb 18, 2020 - Jupyter Notebook
The DataPath object used in the example is not imported or created in this example. This documentation should show where this Object comes from.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 091afd7e-72ca-a384-01db-4da4d40a6734
- Version Independent ID: 0f3783bf-ab1f-f0d6-08f3-90becae914e8
- Content: [azureml.data.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered
-
Updated
Feb 19, 2020 - Shell
https://github.com/manosriram/Data-Structures/blob/master/README.md
- web
- personal MD library
Consider this also as a case study for downloading MD libraries by MF to ~/mindforger-library + easy switching to any library item using MF menu Knowledge/Library ~ browser of repos there.
-
Updated
Feb 20, 2020 - Jupyter Notebook
Developer Documentation now only shows some figures and it could be much easier to understand if some explanations of those figures are clarified, especially the last 2 figures.Thanks:)
Hi there, probably stupid question but is there any detailed doc of what kind of content the config json can contain? I see you can setup username and password for each kernel: is this an authentication against the livy server?
Is there a way to specify the address of the server?
Also, is it possible to customize the location of the config.json file?
Thanks!
-
Updated
Feb 14, 2020
-
Updated
Feb 17, 2020 - Python
Improve this page
Add a description, image, and links to the notebook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notebook topic, visit your repo's landing page and select "manage topics."
Note 1: This is not the same tab-completion bug for which many issues have already been opened (the one where a massive number of objects from the global namespace are displayed). This issue specifically has to do with unwanted abbreviation of filename paths. I haven't yet found any other reports of this issue.
Note 2: I also posted this to stackoverflow but am posting again here since I didn't